diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-02 10:20:41 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-02 10:20:41 +0000 |
commit | dec89f7333a6cdd598ceaf10ce510064ba8863f8 (patch) | |
tree | 2641d4109079504373eac094a0b3240099ebb1dd /testhal/STM32 | |
parent | 7f5380a8a5f9f9e8a39b59d6896ef9c79cc7a0f9 (diff) | |
download | ChibiOS-dec89f7333a6cdd598ceaf10ce510064ba8863f8.tar.gz ChibiOS-dec89f7333a6cdd598ceaf10ce510064ba8863f8.tar.bz2 ChibiOS-dec89f7333a6cdd598ceaf10ce510064ba8863f8.zip |
Forgot the F103 builder
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10527 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/PAL/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile index 13e41cb8e..107013d40 100644 --- a/testhal/STM32/multi/PAL/Makefile +++ b/testhal/STM32/multi/PAL/Makefile @@ -20,6 +20,10 @@ all: @make --no-print-directory -f Makefile-stm32f051_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32F103-Olimex ==================================
+ @make --no-print-directory -f Makefile-stm32f103_olimex all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32F303-Discovery ===============================
@make --no-print-directory -f Makefile-stm32f303_discovery all
@echo ====================================================================
@@ -47,6 +51,8 @@ clean: @echo
-@make --no-print-directory -f Makefile-stm32f051_discovery clean
@echo
+ -@make --no-print-directory -f Makefile-stm32f103_olimex clean
+ @echo
-@make --no-print-directory -f Makefile-stm32f303_discovery clean
@echo
-@make --no-print-directory -f Makefile-stm32f373_eval clean
|