Makefile: move INCDIROPT to common place (#625)

This commit is contained in:
Xiang Xiao
2020-03-26 09:09:59 -05:00
committed by GitHub
parent 8ad9d1e0b4
commit b9ace36fcc
57 changed files with 65 additions and 89 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ CSRCS += spiffs_cache.c spiffs_check.c spiffs_mtd.c
DEPPATH += --dep-path spiffs/src
VPATH += :spiffs/src
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)spiffs$(DELIM)src}
CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)spiffs$(DELIM)src}
endif