diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-01 09:00:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-01 09:00:21 +0000 |
commit | 363809df20139d147d4ab85ae906f36582b416a7 (patch) | |
tree | f77b3083d2309b0d9056067bb8ca36ca4a4849d4 /demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile | |
parent | 225b642cde6b56df9ef1860e94546deda5113196 (diff) | |
download | ChibiOS-363809df20139d147d4ab85ae906f36582b416a7.tar.gz ChibiOS-363809df20139d147d4ab85ae906f36582b416a7.tar.bz2 ChibiOS-363809df20139d147d4ab85ae906f36582b416a7.zip |
Added goldbull board to the lwIP test application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11093 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile')
-rw-r--r-- | demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile b/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile index e7d85605c..bd1503743 100644 --- a/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile +++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile @@ -12,6 +12,10 @@ all: +@make --no-print-directory -f Makefile-stm32f746_discovery all
@echo ====================================================================
@echo
+ @echo === Building for STM32F107-GoldBull ================================
+ +@make --no-print-directory -f Makefile-stm32f107_goldbull all
+ @echo ====================================================================
+ @echo
clean:
@echo
@@ -19,6 +23,7 @@ clean: @echo
+@make --no-print-directory -f Makefile-stm32f746_discovery clean
@echo
-
+ +@make --no-print-directory -f Makefile-stm32f107_goldbull clean
+ @echo
#
##############################################################################
|