aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/QSPI-MFS/Makefile
blob: 541f5f17f8d0a35113c265647863831f57ec6c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##############################################################################
# Multi-project makefile rules
#

all:
	@echo
	@echo === Building for STM32L476-Discovery ===============================
	+@make --no-print-directory -f Makefile-stm32l476_discovery all
	@echo ====================================================================
	@echo

clean:
	@echo
	+@make --no-print-directory -f Makefile-stm32l476_discovery clean
	@echo

#
##############################################################################