mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Makefile: move INCDIROPT to common place (#625)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user