diff options
author | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-24 17:12:49 +0100 |
---|---|---|
committer | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-24 17:12:49 +0100 |
commit | 39e3a31d9438fe5a9f058c54747b737d53d7e86e (patch) | |
tree | 45a7189a7e3f130799810986353368e465ccf919 /testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile | |
parent | 1737a7dfb279f7e541bf4fcc5544c154e1ee50b5 (diff) | |
download | ChibiOS-Contrib-39e3a31d9438fe5a9f058c54747b737d53d7e86e.tar.gz ChibiOS-Contrib-39e3a31d9438fe5a9f058c54747b737d53d7e86e.tar.bz2 ChibiOS-Contrib-39e3a31d9438fe5a9f058c54747b737d53d7e86e.zip |
[KINETIS] Mass update Makefile (license & asm changes).
Diffstat (limited to 'testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile')
-rw-r--r-- | testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile b/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile index 50a3187..fa5084c 100644 --- a/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile +++ b/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile @@ -140,9 +140,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 |