aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile')
-rw-r--r--demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
new file mode 100644
index 000000000..361f2cafc
--- /dev/null
+++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
@@ -0,0 +1,18 @@
+##############################################################################
+# Multi-project makefile rules
+#
+
+all:
+ @echo
+ @echo === Building for STM32F746-Discovery ===============================
+ @make --no-print-directory -f Makefile-stm32f746_discovery all
+ @echo ====================================================================
+ @echo
+
+clean:
+ @echo
+ -@make --no-print-directory -f Makefile-stm32f746_discovery clean
+ @echo
+
+#
+##############################################################################