aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/KINETIS/FRDM-KL26Z/I2C/Makefile')
-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