aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/RTC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/RTC/Makefile')
-rw-r--r--testhal/STM32/multi/RTC/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/RTC/Makefile b/testhal/STM32/multi/RTC/Makefile
index cfdad56e5..9aef37c50 100644
--- a/testhal/STM32/multi/RTC/Makefile
+++ b/testhal/STM32/multi/RTC/Makefile
@@ -12,6 +12,10 @@ all:
+@make --no-print-directory -f ./make/stm32f303_discovery.make all
@echo ====================================================================
@echo
+ @echo === Building for STM32F407-Discovery ===============================
+ +@make --no-print-directory -f ./make/stm32f407_discovery.make all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32L053-Discovery ===============================
+@make --no-print-directory -f ./make/stm32l053_discovery.make all
@echo ====================================================================
@@ -31,6 +35,8 @@ clean:
@echo
+@make --no-print-directory -f ./make/stm32f303_discovery.make clean
@echo
+ +@make --no-print-directory -f ./make/stm32f407_discovery.make clean
+ @echo
+@make --no-print-directory -f ./make/stm32l053_discovery.make clean
@echo
+@make --no-print-directory -f ./make/stm32l476_discovery.make clean