aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/WSPI-MFS/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-28 15:32:45 +0000
committergdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-28 15:32:45 +0000
commit9487a1f58c40b5cc3bc98c0eb14dfd1a0c18b8c2 (patch)
tree3b201d8918c53062ce8278365c6e95b456689dda /testhal/STM32/multi/WSPI-MFS/Makefile
parentf42818b0a2bf0596c02830b761c365776a9194a7 (diff)
downloadChibiOS-9487a1f58c40b5cc3bc98c0eb14dfd1a0c18b8c2.tar.gz
ChibiOS-9487a1f58c40b5cc3bc98c0eb14dfd1a0c18b8c2.tar.bz2
ChibiOS-9487a1f58c40b5cc3bc98c0eb14dfd1a0c18b8c2.zip
OCTOSPI driver and demo, to be tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12395 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/WSPI-MFS/Makefile')
-rw-r--r--testhal/STM32/multi/WSPI-MFS/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/Makefile b/testhal/STM32/multi/WSPI-MFS/Makefile
index 8fed918b3..0171204af 100644
--- a/testhal/STM32/multi/WSPI-MFS/Makefile
+++ b/testhal/STM32/multi/WSPI-MFS/Makefile
@@ -6,6 +6,9 @@ all:
@echo
@echo === Building for STM32L476-Discovery ===============================
+@make --no-print-directory -f ./make/stm32l476_discovery.make all
+ @echo
+ @echo === Building for STM32L4R9-Discovery ===============================
+ +@make --no-print-directory -f ./make/stm32l4r9_discovery.make all
@echo ====================================================================
@echo
@@ -13,6 +16,8 @@ clean:
@echo
+@make --no-print-directory -f ./make/stm32l476_discovery.make clean
@echo
+ +@make --no-print-directory -f ./make/stm32l4r9_discovery.make clean
+ @echo
#
##############################################################################