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 71366ecf9..d4d9c41de 100644 --- a/testhal/STM32/multi/SPI/Makefile +++ b/testhal/STM32/multi/SPI/Makefile @@ -8,6 +8,10 @@ all: @make --no-print-directory -f Makefile-stm32f091_nucleo64 all
@echo ====================================================================
@echo
+ @echo === Building for STM32F303-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f303_discovery all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32F407-Discovery ===============================
@make --no-print-directory -f Makefile-stm32f407_discovery all
@echo ====================================================================
@@ -17,6 +21,8 @@ clean: @echo
-@make --no-print-directory -f Makefile-stm32f091_nucleo64 clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f303_discovery clean
+ @echo
-@make --no-print-directory -f Makefile-stm32f407_discovery clean
@echo
|
