Adding missing Nuttx headers, removing .gitignore files from ./third-party/nuttx, fixing default Nuttx include path in Makefile.
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# External build configuration
|
# External build configuration
|
||||||
EXTERNAL_LIBS_INTERFACE ?= ./third-party/nuttx/include
|
EXTERNAL_LIBS_INTERFACE ?= $(shell pwd)/third-party/nuttx/include
|
||||||
EXTERNAL_C_COMPILER ?= arm-none-eabi-gcc
|
EXTERNAL_C_COMPILER ?= arm-none-eabi-gcc
|
||||||
EXTERNAL_CXX_COMPILER ?= arm-none-eabi-g++
|
EXTERNAL_CXX_COMPILER ?= arm-none-eabi-g++
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user