mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
Supports ISL1209, ISL1218, ISL1219, ISL1220, ISL1221 (just basic RTC functionality, not all the other fancy stuff the chips can do).
20 lines
195 B
Makefile
20 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = \
|
|
controllers \
|
|
cyapa \
|
|
ds1307 \
|
|
ds3231 \
|
|
if_ic \
|
|
iic \
|
|
iicbb \
|
|
iicbus \
|
|
iicsmb \
|
|
isl \
|
|
isl12xx \
|
|
jedec_ts \
|
|
nxprtc \
|
|
smb \
|
|
smbus \
|
|
|
|
.include <bsd.subdir.mk>
|