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++