aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/TM4C123x/GPT/Makefile
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-04-28 23:10:46 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-04-28 23:10:46 +0200
commit99230d289cc3f1a42c3027240bcf71002d67cd72 (patch)
treec535adf5f4225334f335846cbce62f2250dde030 /testhal/TIVA/TM4C123x/GPT/Makefile
parent277989a04854b32f57c710b3c42d2ab376e838be (diff)
downloadChibiOS-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/Makefile')
-rw-r--r--testhal/TIVA/TM4C123x/GPT/Makefile6
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