mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
Add the SoC chip and common directories to the NuttX-related include paths.
This commit is contained in:
+4
-1
@@ -63,7 +63,10 @@ LDSCRIPT += $(NUTTX_EXPORT_DIR)build/ld.script
|
||||
#
|
||||
# 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/common
|
||||
|
||||
LIB_DIRS += $(NUTTX_EXPORT_DIR)libs
|
||||
LIBS += -lapps -lnuttx
|
||||
LINK_DEPS += $(NUTTX_EXPORT_DIR)libs/libapps.a \
|
||||
|
||||
Reference in New Issue
Block a user