xref: /freebsd-14.2/sys/modules/spi/at45d/Makefile (revision 031beb4e)
1
2.PATH:	${SRCTOP}/sys/dev/flash
3
4KMOD=	at45d
5SRCS=	at45d.c
6
7# Generated files...
8SRCS+=	\
9	bus_if.h \
10	device_if.h \
11	opt_platform.h \
12	spibus_if.h \
13
14.if !empty(OPT_FDT)
15SRCS+=	ofw_bus_if.h
16.endif
17
18.include <bsd.kmod.mk>
19