aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/multi/PAL/Makefile
diff options
context:
space:
mode:
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
#