From 4d0f9d869a1005aeb23f41849b7f5fc5db384a03 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 13 Mar 2018 16:34:30 +0000 Subject: Improved multidemo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11730 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/QSPI-MFS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/multi/QSPI-MFS/Makefile') 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 # -- cgit v1.2.3