mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Avoid spurious += in INCLUDE_DIRS
This commit is contained in:
+2
-2
@@ -64,8 +64,8 @@ LDSCRIPT += $(NUTTX_EXPORT_DIR)build/ld.script
|
|||||||
# Add directories from the NuttX export to the relevant search paths
|
# Add directories from the NuttX export to the relevant search paths
|
||||||
#
|
#
|
||||||
INCLUDE_DIRS += $(NUTTX_EXPORT_DIR)include \
|
INCLUDE_DIRS += $(NUTTX_EXPORT_DIR)include \
|
||||||
+= $(NUTTX_EXPORT_DIR)arch/chip \
|
$(NUTTX_EXPORT_DIR)arch/chip \
|
||||||
+= $(NUTTX_EXPORT_DIR)arch/common
|
$(NUTTX_EXPORT_DIR)arch/common
|
||||||
|
|
||||||
LIB_DIRS += $(NUTTX_EXPORT_DIR)libs
|
LIB_DIRS += $(NUTTX_EXPORT_DIR)libs
|
||||||
LIBS += -lapps -lnuttx
|
LIBS += -lapps -lnuttx
|
||||||
|
|||||||
Reference in New Issue
Block a user