aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/QSPI-MFS/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-06 05:04:05 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-06 05:04:05 +0000
commitd27c34d080bd4a72169921e2f458546dc621b4e7 (patch)
treea66bb79daafa8596548b22ef690310482cd86cc5 /testhal/STM32/multi/QSPI-MFS/Makefile
parent5ad3d2426f44f13439baf3f7f9de7fb9ddf1c00c (diff)
downloadChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.tar.gz
ChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.tar.bz2
ChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.zip
Removed QSPI driver and demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12331 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/QSPI-MFS/Makefile')
-rw-r--r--testhal/STM32/multi/QSPI-MFS/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile b/testhal/STM32/multi/QSPI-MFS/Makefile
deleted file mode 100644
index 8fed918b3..000000000
--- a/testhal/STM32/multi/QSPI-MFS/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-##############################################################################
-# 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
-
-#
-##############################################################################