aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/QSPI-MFS/Makefile
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-13 16:34:30 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-13 16:34:30 +0000
commit4d0f9d869a1005aeb23f41849b7f5fc5db384a03 (patch)
tree34e8d89beb5825b816e51300a4e85dadb53eb2c4 /testhal/STM32/multi/QSPI-MFS/Makefile
parentc706f5f20deabd680106ecaaf8047a03cf1d02ef (diff)
downloadChibiOS-4d0f9d869a1005aeb23f41849b7f5fc5db384a03.tar.gz
ChibiOS-4d0f9d869a1005aeb23f41849b7f5fc5db384a03.tar.bz2
ChibiOS-4d0f9d869a1005aeb23f41849b7f5fc5db384a03.zip
Improved multidemo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11730 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/QSPI-MFS/Makefile')
-rw-r--r--testhal/STM32/multi/QSPI-MFS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile b/testhal/STM32/multi/QSPI-MFS/Makefile
index 541f5f17f..8fed918b3 100644
--- a/testhal/STM32/multi/QSPI-MFS/Makefile
+++ b/testhal/STM32/multi/QSPI-MFS/Makefile
@@ -5,13 +5,13 @@
all:
@echo
@echo === Building for STM32L476-Discovery ===============================
- +@make --no-print-directory -f Makefile-stm32l476_discovery all
+ +@make --no-print-directory -f ./make/stm32l476_discovery.make all
@echo ====================================================================
@echo
clean:
@echo
- +@make --no-print-directory -f Makefile-stm32l476_discovery clean
+ +@make --no-print-directory -f ./make/stm32l476_discovery.make clean
@echo
#