aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-21 19:00:47 +0000
committergdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-21 19:00:47 +0000
commitbb5e0367ab1bfad9e054cdb803576c4fcab7f21a (patch)
tree9d4356c51cfc02ec22b57f22f0b73ed36c6b88b8 /demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
parentb3fe2fa43b91e429c8a600e5a3e6d2ec7d9bb4b1 (diff)
downloadChibiOS-bb5e0367ab1bfad9e054cdb803576c4fcab7f21a.tar.gz
ChibiOS-bb5e0367ab1bfad9e054cdb803576c4fcab7f21a.tar.bz2
ChibiOS-bb5e0367ab1bfad9e054cdb803576c4fcab7f21a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12386 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile')
-rw-r--r--demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
index 31c1b55f6..f2939eaba 100644
--- a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
+++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
@@ -5,13 +5,13 @@
all:
@echo
@echo === Building for STM32F746-Discovery ===============================
- +@make --no-print-directory -f Makefile-stm32f746_discovery all
+ +@make --no-print-directory -f make/stm32f746_discovery.make all
@echo ====================================================================
@echo
clean:
@echo
- +@make --no-print-directory -f Makefile-stm32f746_discovery clean
+ +@make --no-print-directory -f make/stm32f746_discovery.make clean
@echo
#