Adding missing Nuttx headers, removing .gitignore files from ./third-party/nuttx, fixing default Nuttx include path in Makefile.

This commit is contained in:
Ruben Ayrapetyan
2015-03-26 19:43:55 +03:00
parent 9bcf734bd1
commit 4cf575c40c
+1 -1
View File
@@ -55,7 +55,7 @@
endif
# 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_CXX_COMPILER ?= arm-none-eabi-g++