diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2016-04-28 23:10:46 +0200 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2016-04-28 23:10:46 +0200 |
commit | 99230d289cc3f1a42c3027240bcf71002d67cd72 (patch) | |
tree | c535adf5f4225334f335846cbce62f2250dde030 /testhal/TIVA/TM4C123x/GPT | |
parent | 277989a04854b32f57c710b3c42d2ab376e838be (diff) | |
download | ChibiOS-Contrib-99230d289cc3f1a42c3027240bcf71002d67cd72.tar.gz ChibiOS-Contrib-99230d289cc3f1a42c3027240bcf71002d67cd72.tar.bz2 ChibiOS-Contrib-99230d289cc3f1a42c3027240bcf71002d67cd72.zip |
Tiva. Updated Tiva makefiles to be compatible with the main repository.
Diffstat (limited to 'testhal/TIVA/TM4C123x/GPT')
-rw-r--r-- | testhal/TIVA/TM4C123x/GPT/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testhal/TIVA/TM4C123x/GPT/Makefile b/testhal/TIVA/TM4C123x/GPT/Makefile index f171975..f587083 100644 --- a/testhal/TIVA/TM4C123x/GPT/Makefile +++ b/testhal/TIVA/TM4C123x/GPT/Makefile @@ -134,9 +134,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 |