aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC563M-EVB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/SPC5/RT-SPC563M-EVB/Makefile')
-rw-r--r--demos/SPC5/RT-SPC563M-EVB/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC563M-EVB/Makefile b/demos/SPC5/RT-SPC563M-EVB/Makefile
index 336f346f8..5e40ec055 100644
--- a/demos/SPC5/RT-SPC563M-EVB/Makefile
+++ b/demos/SPC5/RT-SPC563M-EVB/Makefile
@@ -119,7 +119,8 @@ CPPSRC =
# 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) \
$(STREAMSINC) $(SHELLINC)