aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/RTC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-11-25 16:02:00 +0000
committergdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-11-25 16:02:00 +0000
commitc0eefeeb5c531642953fc8a1126fee276ccc5133 (patch)
treed8c5b5402cec5e0e15fe2ed9fe7da77ec2df97d0 /testhal/STM32/multi/RTC/Makefile
parentc8700fc5eeeeb71fce78f169b49ffd62c4748414 (diff)
downloadChibiOS-c0eefeeb5c531642953fc8a1126fee276ccc5133.tar.gz
ChibiOS-c0eefeeb5c531642953fc8a1126fee276ccc5133.tar.bz2
ChibiOS-c0eefeeb5c531642953fc8a1126fee276ccc5133.zip
RTC update for F4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12442 110e8d01-0319-4d1e-a829-52ad28d1bb01
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