diff options
Diffstat (limited to 'testhal/STM32/multi/RTC/Makefile')
-rw-r--r-- | testhal/STM32/multi/RTC/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/RTC/Makefile b/testhal/STM32/multi/RTC/Makefile index 6266997ef..72e30918f 100644 --- a/testhal/STM32/multi/RTC/Makefile +++ b/testhal/STM32/multi/RTC/Makefile @@ -4,6 +4,10 @@ all:
@echo
+ @echo === Building for STM32F0-Discovery ===============================
+ +@make --no-print-directory -f ./make/stm32f051_discovery.make all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32L476-Discovery ===============================
+@make --no-print-directory -f ./make/stm32l476_discovery.make all
@echo ====================================================================
@@ -15,6 +19,8 @@ all: clean:
@echo
+ +@make --no-print-directory -f ./make/stm32f051_discovery.make clean
+ @echo
+@make --no-print-directory -f ./make/stm32l476_discovery.make clean
@echo
+@make --no-print-directory -f ./make/stm32l4r5zi_nucleo144.make clean
|