From 4cf575c40cea6f67098ba5a062fd420e5f875f59 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Thu, 26 Mar 2015 19:43:55 +0300 Subject: [PATCH] Adding missing Nuttx headers, removing .gitignore files from ./third-party/nuttx, fixing default Nuttx include path in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52268c778..31b83fcfb 100644 --- a/Makefile +++ b/Makefile @@ -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++