aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/DAC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/DAC/Makefile')
-rw-r--r--testhal/STM32/multi/DAC/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/DAC/Makefile b/testhal/STM32/multi/DAC/Makefile
index 6266997ef..a5368aa98 100644
--- a/testhal/STM32/multi/DAC/Makefile
+++ b/testhal/STM32/multi/DAC/Makefile
@@ -4,6 +4,10 @@
all:
@echo
+ @echo === Building for STM32H743-Nucleo144 ===============================
+ @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 ====================================================================
@@ -15,6 +19,8 @@ all:
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/stm32l4r5zi_nucleo144.make clean