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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/SPI/Makefile b/testhal/STM32/multi/SPI/Makefile
index d4d9c41de..2e008f2eb 100644
--- a/testhal/STM32/multi/SPI/Makefile
+++ b/testhal/STM32/multi/SPI/Makefile
@@ -16,6 +16,10 @@ all:
@make --no-print-directory -f Makefile-stm32f407_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32H743-Nucleo144 ===============================
+ @make --no-print-directory -f Makefile-stm32h743_nucleo144 all
+ @echo ====================================================================
+ @echo
clean:
@echo
@@ -25,6 +29,8 @@ clean:
@echo
-@make --no-print-directory -f Makefile-stm32f407_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32h743_nucleo144 clean
+ @echo
#
##############################################################################