aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/SPI/Makefile
blob: 8ea535bee214960841607df8c57c130a5dee78fb (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 STM32F091-Nucleo64 ================================
	@make --no-print-directory -f Makefile-stm32f091_nucleo64 all
	@echo ====================================================================
	@echo

clean:
	@echo
	-@make --no-print-directory -f Makefile-stm32f091_nucleo64 clean
	@echo

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