aboutsummaryrefslogtreecommitdiffstats
path: root/demos/various/RT-Win32-Simulator
diff options
context:
space:
mode:
Diffstat (limited to 'demos/various/RT-Win32-Simulator')
-rw-r--r--demos/various/RT-Win32-Simulator/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/various/RT-Win32-Simulator/Makefile b/demos/various/RT-Win32-Simulator/Makefile
index da17814bf..08c117c0b 100644
--- a/demos/various/RT-Win32-Simulator/Makefile
+++ b/demos/various/RT-Win32-Simulator/Makefile
@@ -98,7 +98,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)