aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS
diff options
context:
space:
mode:
authorflabbergast <s3+flabbergast@sdfeu.org>2016-05-01 08:47:01 +0100
committerflabbergast <s3+flabbergast@sdfeu.org>2016-05-01 08:47:01 +0100
commit05c64a50b5199a93bdb008d5266ce8fc534c56ab (patch)
treef981ccd17121f8b23da38197297a3f70462d3d64 /testhal/KINETIS
parentecab016be95ecfc51d0e0708d473eaf60f5f0ac7 (diff)
downloadChibiOS-Contrib-05c64a50b5199a93bdb008d5266ce8fc534c56ab.tar.gz
ChibiOS-Contrib-05c64a50b5199a93bdb008d5266ce8fc534c56ab.tar.bz2
ChibiOS-Contrib-05c64a50b5199a93bdb008d5266ce8fc534c56ab.zip
[KINETIS] Fix KL26Z/I2C/Makefile.
Diffstat (limited to 'testhal/KINETIS')
-rw-r--r--testhal/KINETIS/FRDM-KL26Z/I2C/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile b/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile
index 3e74f8d..597f431 100644
--- a/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile
+++ b/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile
@@ -134,10 +134,12 @@ TCSRC =
TCPPSRC =
# List ASM source files here
-ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
+ASMSRC =
+ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
- $(HALINC) $(PLATFORMINC) $(BOARDINC)
+INCDIR = $(CHIBIOS)/os/license \
+ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
+ $(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC)
#
# Project, sources and paths