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 5cd8091b8..343700c82 100644
--- a/testhal/STM32/multi/PAL/Makefile
+++ b/testhal/STM32/multi/PAL/Makefile
@@ -16,6 +16,10 @@ all:
@make --no-print-directory -f Makefile-stm32f303_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32F373-Eval ====================================
+ @make --no-print-directory -f Makefile-stm32f373_eval all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32F407-Discovery ===============================
@make --no-print-directory -f Makefile-stm32f407_discovery all
@echo ====================================================================
@@ -29,6 +33,8 @@ clean:
@echo
-@make --no-print-directory -f Makefile-stm32f303_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f373_eval clean
+ @echo
-@make --no-print-directory -f Makefile-stm32f407_discovery clean
@echo