xref: /freebsd/sys/modules/spi/Makefile (revision 77a1348b3c1cfe8547be49a121b56299a1e18b69)
1# $FreeBSD$
2
3SUBDIR = \
4	../spigen \
5	at45d \
6	mx25l \
7	spibus \
8
9.include <bsd.subdir.mk>
10