]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/spi/at45d/Makefile
zfs: merge openzfs/zfs@d96e29576
[FreeBSD/FreeBSD.git] / sys / modules / spi / at45d / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/flash
4
5 KMOD=   at45d
6 SRCS=   at45d.c
7
8 # Generated files...
9 SRCS+=  \
10         bus_if.h \
11         device_if.h \
12         opt_platform.h \
13         spibus_if.h \
14
15 .if !empty(OPT_FDT)
16 SRCS+=  ofw_bus_if.h
17 .endif
18
19 .include <bsd.kmod.mk>