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