mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
Makefile: move INCDIROPT to common place (#625)
This commit is contained in:
@@ -54,6 +54,6 @@ endif
|
||||
|
||||
DEPPATH += --dep-path i2c
|
||||
VPATH += :i2c
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)i2c}
|
||||
CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)i2c}
|
||||
|
||||
endif # CONFIG_I2C
|
||||
|
||||
Reference in New Issue
Block a user