diff options
Diffstat (limited to 'test/hal/testbuild/Makefile')
-rw-r--r-- | test/hal/testbuild/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index 165ff35cd..915d9fea0 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -142,7 +142,8 @@ TCPPSRC = # List ASM source files here
ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
+INCDIR = $(CHIBIOS)/os/license \
+ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
$(CHIBIOS)/os/various
|