diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2015-04-16 21:41:36 +0200 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2015-04-16 21:41:36 +0200 |
commit | b0bba2957e303f610ed9cd60a760104c70cad51a (patch) | |
tree | d9272e6cc94bd9fc8ba2fc6b2f43dbb6abee8e3b /testhal/TIVA | |
parent | 6ed850b0a53659c3891a1fb41863ca741af54ef3 (diff) | |
download | ChibiOS-Contrib-b0bba2957e303f610ed9cd60a760104c70cad51a.tar.gz ChibiOS-Contrib-b0bba2957e303f610ed9cd60a760104c70cad51a.tar.bz2 ChibiOS-Contrib-b0bba2957e303f610ed9cd60a760104c70cad51a.zip |
Tiva. Removed unnecessary include of test.mk in makefiles.
Diffstat (limited to 'testhal/TIVA')
-rw-r--r-- | testhal/TIVA/TM4C123x/GPT/Makefile | 1 | ||||
-rw-r--r-- | testhal/TIVA/TM4C123x/PWM/Makefile | 1 | ||||
-rw-r--r-- | testhal/TIVA/TM4C123x/SPI/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/testhal/TIVA/TM4C123x/GPT/Makefile b/testhal/TIVA/TM4C123x/GPT/Makefile index dde090d..43de29b 100644 --- a/testhal/TIVA/TM4C123x/GPT/Makefile +++ b/testhal/TIVA/TM4C123x/GPT/Makefile @@ -92,7 +92,6 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Other files (optional). -include $(CHIBIOS)/test/rt/test.mk # Define linker script file here LDSCRIPT= $(STARTUPLD)/TM4C123xH6.ld diff --git a/testhal/TIVA/TM4C123x/PWM/Makefile b/testhal/TIVA/TM4C123x/PWM/Makefile index dde090d..43de29b 100644 --- a/testhal/TIVA/TM4C123x/PWM/Makefile +++ b/testhal/TIVA/TM4C123x/PWM/Makefile @@ -92,7 +92,6 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Other files (optional). -include $(CHIBIOS)/test/rt/test.mk # Define linker script file here LDSCRIPT= $(STARTUPLD)/TM4C123xH6.ld diff --git a/testhal/TIVA/TM4C123x/SPI/Makefile b/testhal/TIVA/TM4C123x/SPI/Makefile index dde090d..43de29b 100644 --- a/testhal/TIVA/TM4C123x/SPI/Makefile +++ b/testhal/TIVA/TM4C123x/SPI/Makefile @@ -92,7 +92,6 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Other files (optional). -include $(CHIBIOS)/test/rt/test.mk # Define linker script file here LDSCRIPT= $(STARTUPLD)/TM4C123xH6.ld |