5177d2941a
Instances of the device can be configured using hints or FDT data. Interfaces to reconfigure the chip and extract voltage measurements from it are available via sysctl(8).
27 lines
259 B
Makefile
27 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = \
|
|
ads111x \
|
|
controllers \
|
|
cyapa \
|
|
ds1307 \
|
|
ds13rtc \
|
|
ds1672 \
|
|
ds3231 \
|
|
icee \
|
|
if_ic \
|
|
iic \
|
|
iicbb \
|
|
iicbus \
|
|
iicsmb \
|
|
isl \
|
|
isl12xx \
|
|
jedec_dimm \
|
|
nxprtc \
|
|
rtc8583 \
|
|
s35390a \
|
|
smb \
|
|
smbus \
|
|
|
|
.include <bsd.subdir.mk>
|