xref: /freebsd/sys/modules/spi/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
12aa5d9c4SIan LeporeSUBDIR = \
22aa5d9c4SIan Lepore	../spigen \
3eb69d1f1SIan Lepore	at45d \
4*64fbda90SVal Packett	${_atopcase} \
5eb69d1f1SIan Lepore	mx25l \
62aa5d9c4SIan Lepore	spibus \
72aa5d9c4SIan Lepore
8*64fbda90SVal Packett.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
9*64fbda90SVal Packett_atopcase=atopcase
10*64fbda90SVal Packett.endif
11*64fbda90SVal Packett
122aa5d9c4SIan Lepore.include <bsd.subdir.mk>
13