aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/Makefile
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-09-06 20:29:40 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-09-06 20:29:40 +0000
commit8b702892bbc1c5fc3c2ce4dcdcb92ba58346987b (patch)
tree56f7165eda10126fe1a878de1ced676d91ecb855 /testhal/STM32/multi/PAL/Makefile
parent9fa7ba7b562aadfc9735c03d239375596a2d7233 (diff)
downloadChibiOS-8b702892bbc1c5fc3c2ce4dcdcb92ba58346987b.tar.gz
ChibiOS-8b702892bbc1c5fc3c2ce4dcdcb92ba58346987b.tar.bz2
ChibiOS-8b702892bbc1c5fc3c2ce4dcdcb92ba58346987b.zip
Add stm32f429 discovery demo to multi-devices-boards application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10561 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/PAL/Makefile')
-rw-r--r--testhal/STM32/multi/PAL/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile
index 107013d40..4bf8672b6 100644
--- a/testhal/STM32/multi/PAL/Makefile
+++ b/testhal/STM32/multi/PAL/Makefile
@@ -40,6 +40,11 @@ all:
@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
clean:
@echo
@@ -61,6 +66,8 @@ clean:
@echo
-@make --no-print-directory -f Makefile-stm32f746_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f429_discovery clean
+ @echo
#
##############################################################################