098f6cb6e6
- Add FDT probe code. - Do i2c transfers with exclusive bus ownership. - Use config_intrhook_oneshot() to defer chip setup because some i2c busses can't do transfers without interrupts. - Add a detach() routine. - Add to module build.
23 lines
217 B
Makefile
23 lines
217 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = \
|
|
controllers \
|
|
cyapa \
|
|
ds1307 \
|
|
ds13rtc \
|
|
ds3231 \
|
|
if_ic \
|
|
iic \
|
|
iicbb \
|
|
iicbus \
|
|
iicsmb \
|
|
isl \
|
|
isl12xx \
|
|
jedec_ts \
|
|
nxprtc \
|
|
s35390a \
|
|
smb \
|
|
smbus \
|
|
|
|
.include <bsd.subdir.mk>
|