From 3979aeb5d460d8044f175713c508e28413e9efcc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 16 Nov 2017 18:18:55 +0000 Subject: It passes tests now. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11023 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/multi/QSPI-MFS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/multi/QSPI-MFS') diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile b/testhal/STM32/multi/QSPI-MFS/Makefile index a37636077..541f5f17f 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 Makefile-stm32l476_discovery all @echo ==================================================================== @echo clean: @echo - -@make --no-print-directory -f Makefile-stm32l476_discovery clean + +@make --no-print-directory -f Makefile-stm32l476_discovery clean @echo # -- cgit v1.2.3