Skip to content

Commit

Permalink
modules/fwuputils: Remove unnecessary include path
Browse files Browse the repository at this point in the history
Remove unnecessary include path from fwuputils module.
  • Loading branch information
SPRESENSE committed Dec 4, 2024
1 parent 296242d commit a1e6ad5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdk/modules/fwuputils/clients/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@
ifeq ($(CONFIG_FWUPUTILS_CLIENTS),y)

CSRCS += fwup_client.c
ifeq ($(WINTOOL),y)
CFLAGS += -I "${shell cygpath -w $(SDKDIR)$(DELIM)bsp$(DELIM)src}"
else
CFLAGS += -I$(SDKDIR)$(DELIM)bsp$(DELIM)src
endif

VPATH += clients
DEPPATH += --dep-path clients

Expand Down

0 comments on commit a1e6ad5

Please sign in to comment.