]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/isl12xx/Makefile
MFV r348534: 9616 Bogus error when attempting to set property on read-only pool
[FreeBSD/FreeBSD.git] / sys / modules / i2c / isl12xx / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${SRCTOP}/sys/dev/iicbus
4 KMOD            = isl12xx
5 SRCS            = isl12xx.c bus_if.h clock_if.h device_if.h iicbus_if.h ofw_bus_if.h opt_platform.h
6
7 .include <bsd.kmod.mk>