diff options
Diffstat (limited to 'testhal/STM32/multi/RTC/Makefile')
-rw-r--r-- | testhal/STM32/multi/RTC/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/testhal/STM32/multi/RTC/Makefile b/testhal/STM32/multi/RTC/Makefile index 9aef37c50..938920b6a 100644 --- a/testhal/STM32/multi/RTC/Makefile +++ b/testhal/STM32/multi/RTC/Makefile @@ -16,6 +16,10 @@ all: +@make --no-print-directory -f ./make/stm32f407_discovery.make all
@echo ====================================================================
@echo
+ @echo === Building for STM32F746-Discovery ===============================
+ +@make --no-print-directory -f ./make/stm32f746_discovery.make all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32L053-Discovery ===============================
+@make --no-print-directory -f ./make/stm32l053_discovery.make all
@echo ====================================================================
@@ -24,8 +28,8 @@ all: +@make --no-print-directory -f ./make/stm32l476_discovery.make all
@echo ====================================================================
@echo
- @echo === Building for STM32L4R5ZI-Nucleo144 =============================
- +@make --no-print-directory -f ./make/stm32l4r5zi_nucleo144.make all
+ @echo === Building for STM32L4R5-Nucleo144 ===============================
+ +@make --no-print-directory -f ./make/stm32l4r5_nucleo144.make all
@echo ====================================================================
@echo
@@ -37,11 +41,13 @@ clean: @echo
+@make --no-print-directory -f ./make/stm32f407_discovery.make clean
@echo
+ +@make --no-print-directory -f ./make/stm32f746_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
@echo
- +@make --no-print-directory -f ./make/stm32l4r5zi_nucleo144.make clean
+ +@make --no-print-directory -f ./make/stm32l4r5_nucleo144.make clean
@echo
#
|