aboutsummaryrefslogtreecommitdiffstats
path: root/demos/various/NIL-ARMCM0-GENERIC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/various/NIL-ARMCM0-GENERIC/Makefile')
-rw-r--r--demos/various/NIL-ARMCM0-GENERIC/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/various/NIL-ARMCM0-GENERIC/Makefile b/demos/various/NIL-ARMCM0-GENERIC/Makefile
index e6973c037..52dd82744 100644
--- a/demos/various/NIL-ARMCM0-GENERIC/Makefile
+++ b/demos/various/NIL-ARMCM0-GENERIC/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