diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-25 15:38:15 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-25 15:38:15 +0000 |
commit | c8700fc5eeeeb71fce78f169b49ffd62c4748414 (patch) | |
tree | c5681941285eb87983c919c7c4a1ad677cce78a1 /testhal/STM32/multi/RTC/Makefile | |
parent | f24c09b778d1103a345cb94b2d57c3e76fb5a681 (diff) | |
download | ChibiOS-c8700fc5eeeeb71fce78f169b49ffd62c4748414.tar.gz ChibiOS-c8700fc5eeeeb71fce78f169b49ffd62c4748414.tar.bz2 ChibiOS-c8700fc5eeeeb71fce78f169b49ffd62c4748414.zip |
RTC update for L0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12441 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 fa1661dcc..cfdad56e5 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 STM32L053-Discovery ===============================
+ +@make --no-print-directory -f ./make/stm32l053_discovery.make all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32L476-Discovery ===============================
+@make --no-print-directory -f ./make/stm32l476_discovery.make all
@echo ====================================================================
@@ -27,6 +31,8 @@ clean: @echo
+@make --no-print-directory -f ./make/stm32f303_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
|