aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32L152-DISCOVERY/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-23 06:03:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-23 06:03:22 +0000
commit498be17d1f3e02d9bf217a10a8c406ac19a4d322 (patch)
tree70d7f913324ab1ee07e285d75fb47b007497df36 /demos/STM32/NIL-STM32L152-DISCOVERY/Makefile
parent40122944e0e218026a1ecdb4cf245110368b94c7 (diff)
downloadChibiOS-498be17d1f3e02d9bf217a10a8c406ac19a4d322.tar.gz
ChibiOS-498be17d1f3e02d9bf217a10a8c406ac19a4d322.tar.bz2
ChibiOS-498be17d1f3e02d9bf217a10a8c406ac19a4d322.zip
Makefiles mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9344 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32L152-DISCOVERY/Makefile')
-rw-r--r--demos/STM32/NIL-STM32L152-DISCOVERY/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32L152-DISCOVERY/Makefile b/demos/STM32/NIL-STM32L152-DISCOVERY/Makefile
index 9261aa797..94d445f4b 100644
--- a/demos/STM32/NIL-STM32L152-DISCOVERY/Makefile
+++ b/demos/STM32/NIL-STM32L152-DISCOVERY/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