diff options
Diffstat (limited to 'testhal/STM32/multi/QSPI-MFS/Makefile')
-rw-r--r-- | testhal/STM32/multi/QSPI-MFS/Makefile | 18 |
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
-
-#
-##############################################################################
|