aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/PAL/Makefile')
-rw-r--r--testhal/STM32/multi/PAL/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile
index 107013d40..4bf8672b6 100644
--- a/testhal/STM32/multi/PAL/Makefile
+++ b/testhal/STM32/multi/PAL/Makefile
@@ -40,6 +40,11 @@ all:
@make --no-print-directory -f Makefile-stm32f746_discovery all
@echo ====================================================================
@echo
+ @echo
+ @echo === Building for STM32F429-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f429_discovery all
+ @echo ====================================================================
+ @echo
clean:
@echo
@@ -61,6 +66,8 @@ clean:
@echo
-@make --no-print-directory -f Makefile-stm32f746_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f429_discovery clean
+ @echo
#
##############################################################################