aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile')
-rw-r--r--demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile7
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
#
##############################################################################