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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile b/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile
index 76b09554b..aa4f4e0aa 100644
--- a/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile
+++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB/Makefile
@@ -4,6 +4,10 @@
all:
@echo
+ @echo === Building for STM32F407-Olimex ==================================
+ @make --no-print-directory -f Makefile-stm32f407_olimex all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32F746-Discovery ===============================
@make --no-print-directory -f Makefile-stm32f746_discovery all
@echo ====================================================================
@@ -11,6 +15,8 @@ all:
clean:
@echo
+ -@make --no-print-directory -f Makefile-stm32f407_olimex clean
+ @echo
-@make --no-print-directory -f Makefile-stm32f746_discovery clean
@echo