diff options
Diffstat (limited to 'testhal/STM32/multi/SPI/Makefile')
-rw-r--r-- | testhal/STM32/multi/SPI/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/SPI/Makefile b/testhal/STM32/multi/SPI/Makefile index 8ea535bee..71366ecf9 100644 --- a/testhal/STM32/multi/SPI/Makefile +++ b/testhal/STM32/multi/SPI/Makefile @@ -8,11 +8,17 @@ all: @make --no-print-directory -f Makefile-stm32f091_nucleo64 all
@echo ====================================================================
@echo
+ @echo === Building for STM32F407-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f407_discovery all
+ @echo ====================================================================
+ @echo
clean:
@echo
-@make --no-print-directory -f Makefile-stm32f091_nucleo64 clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f407_discovery clean
+ @echo
#
##############################################################################
|