aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/SPI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/SPI/Makefile')
-rw-r--r--testhal/STM32/multi/SPI/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/testhal/STM32/multi/SPI/Makefile b/testhal/STM32/multi/SPI/Makefile
index 099c7ccc5..a582bfabd 100644
--- a/testhal/STM32/multi/SPI/Makefile
+++ b/testhal/STM32/multi/SPI/Makefile
@@ -20,10 +20,18 @@ all:
@make --no-print-directory -f ./make/stm32h743_nucleo144.make all
@echo ====================================================================
@echo
+ @echo === Building for STM32L476-Discovery ===============================
+ @make --no-print-directory -f ./make/stm32l476_discovery.make all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32L4R5-Nucleo144 ===============================
@make --no-print-directory -f ./make/stm32l4r5_nucleo144.make all
@echo ====================================================================
@echo
+ @echo === Building for STM32L4R9-Discovery ===============================
+ @make --no-print-directory -f ./make/stm32l4r9_discovery.make all
+ @echo ====================================================================
+ @echo
clean:
@echo
@@ -35,8 +43,12 @@ clean:
@echo
-@make --no-print-directory -f ./make/stm32h743_nucleo144.make clean
@echo
+ -@make --no-print-directory -f ./make/stm32l476_discovery.make clean
+ @echo
-@make --no-print-directory -f ./make/stm32l4r5_nucleo144.make clean
@echo
+ -@make --no-print-directory -f ./make/stm32l4r9_discovery.make clean
+ @echo
#
##############################################################################