aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/PAL/Makefile')
-rw-r--r--testhal/STM32/multi/PAL/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile
index a37636077..c6221fcae 100644
--- a/testhal/STM32/multi/PAL/Makefile
+++ b/testhal/STM32/multi/PAL/Makefile
@@ -8,11 +8,17 @@ all:
@make --no-print-directory -f Makefile-stm32l476_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32F303-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f303_discovery all
+ @echo ====================================================================
+ @echo
clean:
@echo
-@make --no-print-directory -f Makefile-stm32l476_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f303_discovery clean
+ @echo
#
##############################################################################