aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/multi/PAL/Makefile
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2018-03-16 22:00:33 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2018-03-16 22:00:33 +0100
commit230c39fc141611ae608ca93e2d75c2f9cccc9def (patch)
treef6962e4a1705a1f85f11cd30d51e4b3ae71ae4d4 /testhal/TIVA/multi/PAL/Makefile
parent272ee7c0d3e5ed4210e81ce03d2ce9a092301ad6 (diff)
downloadChibiOS-Contrib-230c39fc141611ae608ca93e2d75c2f9cccc9def.tar.gz
ChibiOS-Contrib-230c39fc141611ae608ca93e2d75c2f9cccc9def.tar.bz2
ChibiOS-Contrib-230c39fc141611ae608ca93e2d75c2f9cccc9def.zip
Moved pal testhal makefiles and configuration into folders
Diffstat (limited to 'testhal/TIVA/multi/PAL/Makefile')
-rw-r--r--testhal/TIVA/multi/PAL/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/TIVA/multi/PAL/Makefile b/testhal/TIVA/multi/PAL/Makefile
index 9efbf47..a9ef661 100644
--- a/testhal/TIVA/multi/PAL/Makefile
+++ b/testhal/TIVA/multi/PAL/Makefile
@@ -5,19 +5,19 @@
all:
@echo
@echo === Building for TM4C123G LaunchPad ================================
- @make --no-print-directory -f Makefile-tm4c123g_launchpad all
+ @make --no-print-directory -f ./make/tm4c123g_launchpad all
@echo ====================================================================
@echo
@echo === Building for TM4C1294 Connected LaunchPad ======================
- @make --no-print-directory -f Makefile-tm4c1294_launchpad all
+ @make --no-print-directory -f ./make/tm4c1294_launchpad all
@echo ====================================================================
@echo
clean:
@echo
- -@make --no-print-directory -f Makefile-tm4c123g_launchpad clean
+ -@make --no-print-directory -f ./make/tm4c123g_launchpad clean
@echo
- -@make --no-print-directory -f Makefile-tm4c1294_launchpad clean
+ -@make --no-print-directory -f ./make/tm4c1294_launchpad clean
@echo
#