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

.PATH:		${SRCTOP}/sys/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>