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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile
index cbb7f62a7..5cd8091b8 100644
--- a/testhal/STM32/multi/PAL/Makefile
+++ b/testhal/STM32/multi/PAL/Makefile
@@ -8,6 +8,10 @@ all:
@make --no-print-directory -f Makefile-stm32l476_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32F051-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f051_discovery all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32F303-Discovery ===============================
@make --no-print-directory -f Makefile-stm32f303_discovery all
@echo ====================================================================
@@ -21,6 +25,8 @@ clean:
@echo
-@make --no-print-directory -f Makefile-stm32l476_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f051_discovery clean
+ @echo
-@make --no-print-directory -f Makefile-stm32f303_discovery clean
@echo
-@make --no-print-directory -f Makefile-stm32f407_discovery clean