aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-MCHCK-K20-SPI/Makefile
diff options
context:
space:
mode:
authorflabbergast <s3+flabbergast@sdfeu.org>2016-04-24 17:12:49 +0100
committerflabbergast <s3+flabbergast@sdfeu.org>2016-04-24 17:12:49 +0100
commit39e3a31d9438fe5a9f058c54747b737d53d7e86e (patch)
tree45a7189a7e3f130799810986353368e465ccf919 /demos/KINETIS/RT-MCHCK-K20-SPI/Makefile
parent1737a7dfb279f7e541bf4fcc5544c154e1ee50b5 (diff)
downloadChibiOS-Contrib-39e3a31d9438fe5a9f058c54747b737d53d7e86e.tar.gz
ChibiOS-Contrib-39e3a31d9438fe5a9f058c54747b737d53d7e86e.tar.bz2
ChibiOS-Contrib-39e3a31d9438fe5a9f058c54747b737d53d7e86e.zip
[KINETIS] Mass update Makefile (license & asm changes).
Diffstat (limited to 'demos/KINETIS/RT-MCHCK-K20-SPI/Makefile')
-rw-r--r--demos/KINETIS/RT-MCHCK-K20-SPI/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/KINETIS/RT-MCHCK-K20-SPI/Makefile b/demos/KINETIS/RT-MCHCK-K20-SPI/Makefile
index e38ba95..5039ff3 100644
--- a/demos/KINETIS/RT-MCHCK-K20-SPI/Makefile
+++ b/demos/KINETIS/RT-MCHCK-K20-SPI/Makefile
@@ -142,9 +142,11 @@ TCSRC =
TCPPSRC =
# List ASM source files here
-ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
+ASMSRC =
+ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
+INCDIR = $(CHIBIOS)/os/license \
+ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
$(CHIBIOS)/os/various