summaryrefslogtreecommitdiffstats
path: root/sys/modules/i2c/controllers/ichiic/Makefile
blob: 97db5e8e4c62df898484c361b4110a1317147349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#$FreeBSD$

.PATH:		${.CURDIR}/../../../../dev/ichiic
KMOD		= ig4
SRCS		= acpi_if.h device_if.h bus_if.h iicbus_if.h pci_if.h \
		  smbus_if.h ${ig4_acpi} ig4_iic.c ig4_pci.c ig4_reg.h \
		  ig4_var.h opt_acpi.h

.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
ig4_acpi=	ig4_acpi.c
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud