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