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/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile
index 343700c82..13e41cb8e 100644
--- a/testhal/STM32/multi/PAL/Makefile
+++ b/testhal/STM32/multi/PAL/Makefile
@@ -4,6 +4,14 @@
all:
@echo
+ @echo === Building for STM32L053-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32l053_discovery all
+ @echo ====================================================================
+ @echo
+ @echo === Building for STM32L151-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32l151_discovery all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32L476-Discovery ===============================
@make --no-print-directory -f Makefile-stm32l476_discovery all
@echo ====================================================================
@@ -24,9 +32,17 @@ all:
@make --no-print-directory -f Makefile-stm32f407_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32F746-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f746_discovery all
+ @echo ====================================================================
+ @echo
clean:
@echo
+ -@make --no-print-directory -f Makefile-stm32l053_discovery clean
+ @echo
+ -@make --no-print-directory -f Makefile-stm32l151_discovery clean
+ @echo
-@make --no-print-directory -f Makefile-stm32l476_discovery clean
@echo
-@make --no-print-directory -f Makefile-stm32f051_discovery clean
@@ -37,6 +53,8 @@ clean:
@echo
-@make --no-print-directory -f Makefile-stm32f407_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f746_discovery clean
+ @echo
#
##############################################################################