xref: /freebsd/sys/modules/spi/Makefile (revision 64fbda90)
1
2SUBDIR = \
3	../spigen \
4	at45d \
5	${_atopcase} \
6	mx25l \
7	spibus \
8
9.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
10_atopcase=atopcase
11.endif
12
13.include <bsd.subdir.mk>
14