aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/QSPI-MFS/Makefile
diff options
context:
space:
mode:
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
#