From d27c34d080bd4a72169921e2f458546dc621b4e7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 6 Oct 2018 05:04:05 +0000 Subject: Removed QSPI driver and demos. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12331 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/QSPI-MFS/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 testhal/STM32/multi/QSPI-MFS/Makefile (limited to 'testhal/STM32/multi/QSPI-MFS/Makefile') 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 - -# -############################################################################## -- cgit v1.2.3