From fe2fb8757056efa555ed77277de1cc207bb01baa Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 15 Sep 2018 14:47:18 +0000 Subject: SPI files for L4+, to be continued. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12264 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/SPI/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testhal/STM32/multi/SPI/Makefile') diff --git a/testhal/STM32/multi/SPI/Makefile b/testhal/STM32/multi/SPI/Makefile index dac5d410a..099c7ccc5 100644 --- a/testhal/STM32/multi/SPI/Makefile +++ b/testhal/STM32/multi/SPI/Makefile @@ -20,6 +20,10 @@ all: @make --no-print-directory -f ./make/stm32h743_nucleo144.make all @echo ==================================================================== @echo + @echo === Building for STM32L4R5-Nucleo144 =============================== + @make --no-print-directory -f ./make/stm32l4r5_nucleo144.make all + @echo ==================================================================== + @echo clean: @echo @@ -31,6 +35,8 @@ clean: @echo -@make --no-print-directory -f ./make/stm32h743_nucleo144.make clean @echo + -@make --no-print-directory -f ./make/stm32l4r5_nucleo144.make clean + @echo # ############################################################################## -- cgit v1.2.3