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/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile
index 4bf8672b6..c1d5dfdd7 100644
--- a/testhal/STM32/multi/PAL/Makefile
+++ b/testhal/STM32/multi/PAL/Makefile
@@ -36,15 +36,14 @@ all:
@make --no-print-directory -f Makefile-stm32f407_discovery all
@echo ====================================================================
@echo
- @echo === Building for STM32F746-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32f746_discovery all
- @echo ====================================================================
- @echo
- @echo
@echo === Building for STM32F429-Discovery ===============================
@make --no-print-directory -f Makefile-stm32f429_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32F746-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f746_discovery all
+ @echo ====================================================================
+ @echo
clean:
@echo
@@ -64,10 +63,10 @@ clean:
@echo
-@make --no-print-directory -f Makefile-stm32f407_discovery clean
@echo
- -@make --no-print-directory -f Makefile-stm32f746_discovery clean
- @echo
-@make --no-print-directory -f Makefile-stm32f429_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f746_discovery clean
+ @echo
#
##############################################################################