diff options
Diffstat (limited to 'testhal/STM32/multi/WSPI-MFS/Makefile')
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/Makefile b/testhal/STM32/multi/WSPI-MFS/Makefile new file mode 100644 index 000000000..8fed918b3 --- /dev/null +++ b/testhal/STM32/multi/WSPI-MFS/Makefile @@ -0,0 +1,18 @@ +##############################################################################
+# Multi-project makefile rules
+#
+
+all:
+ @echo
+ @echo === Building for STM32L476-Discovery ===============================
+ +@make --no-print-directory -f ./make/stm32l476_discovery.make all
+ @echo ====================================================================
+ @echo
+
+clean:
+ @echo
+ +@make --no-print-directory -f ./make/stm32l476_discovery.make clean
+ @echo
+
+#
+##############################################################################
|