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