aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/TM4C123x/GPT/Makefile
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2018-03-15 07:35:12 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2018-03-15 07:35:12 +0100
commit2f799372b1b74a0b29039ee3dc853881ad05414e (patch)
tree81290c59fc30110ba55ba04eab18d8ebb8d9a610 /testhal/TIVA/TM4C123x/GPT/Makefile
parent48ad58ccbf9fc7ecc55e994305b8dd73c7e0d2ac (diff)
downloadChibiOS-Contrib-2f799372b1b74a0b29039ee3dc853881ad05414e.tar.gz
ChibiOS-Contrib-2f799372b1b74a0b29039ee3dc853881ad05414e.tar.bz2
ChibiOS-Contrib-2f799372b1b74a0b29039ee3dc853881ad05414e.zip
Removed TESTSRC and TESTINC from some makefiles which didnt use them
Diffstat (limited to 'testhal/TIVA/TM4C123x/GPT/Makefile')
-rw-r--r--testhal/TIVA/TM4C123x/GPT/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/TIVA/TM4C123x/GPT/Makefile b/testhal/TIVA/TM4C123x/GPT/Makefile
index 557893f..00661de 100644
--- a/testhal/TIVA/TM4C123x/GPT/Makefile
+++ b/testhal/TIVA/TM4C123x/GPT/Makefile
@@ -109,7 +109,6 @@ LDSCRIPT= $(STARTUPLD)/TM4C123xH6.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CSRC = $(ALLCSRC) \
- $(TESTSRC) \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -140,7 +139,7 @@ TCPPSRC =
ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
-INCDIR = $(ALLINC) $(TESTINC)
+INCDIR = $(ALLINC)
#
# Project, sources and paths