aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad')
-rw-r--r--testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad4
1 files changed, 0 insertions, 4 deletions
diff --git a/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad b/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad
index 112666c..9df1d01 100644
--- a/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad
+++ b/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad
@@ -105,9 +105,6 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
-#include $(CHIBIOS)/test/lib/test.mk
-#include $(CHIBIOS)/test/rt/rt_test.mk
-#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/TM4C123xH6.ld
@@ -115,7 +112,6 @@ LDSCRIPT= $(STARTUPLD)/TM4C123xH6.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CSRC = $(ALLCSRC) \
- $(TESTSRC) \
$(CONFDIR)/portab.c \
main.c