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