diff options
| author | flabbergast <s3+flabbergast@sdfeu.org> | 2016-05-01 08:47:01 +0100 | 
|---|---|---|
| committer | flabbergast <s3+flabbergast@sdfeu.org> | 2016-05-01 08:47:01 +0100 | 
| commit | 05c64a50b5199a93bdb008d5266ce8fc534c56ab (patch) | |
| tree | f981ccd17121f8b23da38197297a3f70462d3d64 | |
| parent | ecab016be95ecfc51d0e0708d473eaf60f5f0ac7 (diff) | |
| download | ChibiOS-Contrib-05c64a50b5199a93bdb008d5266ce8fc534c56ab.tar.gz ChibiOS-Contrib-05c64a50b5199a93bdb008d5266ce8fc534c56ab.tar.bz2 ChibiOS-Contrib-05c64a50b5199a93bdb008d5266ce8fc534c56ab.zip | |
[KINETIS] Fix KL26Z/I2C/Makefile.
| -rw-r--r-- | testhal/KINETIS/FRDM-KL26Z/I2C/Makefile | 8 | 
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
 | 
