xref: /dragonfly/sys/bus/smbus/ichiic/Makefile (revision 279dd846)
1# This driver is for the intel generation 4 IIC controller,
2# not to be mixed up with the SMB controller.  We implement
3# the IIC controller with the SMBUS bus interface because
4# the IIC bus interface is too primitive for this controller.
5#
6
7KMOD= ig4
8
9SRCS= ig4_pci.c ig4_iic.c
10SRCS+= bus_if.h device_if.h pci_if.h smbus_if.h pcidevs.h
11
12.include <bsd.kmod.mk>
13