summaryrefslogtreecommitdiff
path: root/sys/modules/spi/Makefile
blob: 1c174b8dfbda5f296ca251a5897a62d5c7e025c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIR = \
	../spigen \
	at45d \
	${_atopcase} \
	mx25l \
	spibus \
	
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
_atopcase=atopcase
.endif

.include <bsd.subdir.mk>