mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Makefile: move INCDIROPT to common place (#625)
This commit is contained in:
@@ -43,6 +43,6 @@ CSRCS += bt_uuid.c
|
||||
|
||||
DEPPATH += --dep-path bluetooth
|
||||
VPATH += :bluetooth
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)wireless$(DELIM)bluetooth}
|
||||
CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)wireless$(DELIM)bluetooth}
|
||||
|
||||
endif # CONFIG_WIRELESS_BLUETOOTH
|
||||
|
||||
Reference in New Issue
Block a user