diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2018-03-15 07:35:12 +0100 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2018-03-15 07:35:12 +0100 |
commit | 2f799372b1b74a0b29039ee3dc853881ad05414e (patch) | |
tree | 81290c59fc30110ba55ba04eab18d8ebb8d9a610 /testhal/TIVA/TM4C123x/UART | |
parent | 48ad58ccbf9fc7ecc55e994305b8dd73c7e0d2ac (diff) | |
download | ChibiOS-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/UART')
-rw-r--r-- | testhal/TIVA/TM4C123x/UART/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/TIVA/TM4C123x/UART/Makefile b/testhal/TIVA/TM4C123x/UART/Makefile index 557893f..00661de 100644 --- a/testhal/TIVA/TM4C123x/UART/Makefile +++ b/testhal/TIVA/TM4C123x/UART/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 |