xref: /dragonfly/sys/bus/smbus/ichiic/Makefile (revision e62ef63c)
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
7SYSDIR?= ${.CURDIR}/../../..
8
9KMOD= ig4
10
11SRCS= ig4_acpi.c ig4_pci.c ig4_iic.c
12SRCS+= bus_if.h device_if.h opt_acpi.h acpi_if.h pci_if.h smbus_if.h pcidevs.h
13
14.include "../../../dev/acpica/Makefile.inc"
15
16.include <bsd.kmod.mk>
17