]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/controllers/ichiic/Makefile
MFV r337175: 9487 Free objects when receiving full stream as clone
[FreeBSD/FreeBSD.git] / sys / modules / i2c / controllers / ichiic / Makefile
1 #$FreeBSD$
2
3 .PATH:          ${SRCTOP}/sys/dev/ichiic
4 KMOD            = ig4
5 SRCS            = acpi_if.h device_if.h bus_if.h iicbus_if.h pci_if.h \
6                   smbus_if.h ${ig4_acpi} ig4_iic.c ig4_pci.c ig4_reg.h \
7                   ig4_var.h opt_acpi.h
8
9 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
10 ig4_acpi=       ig4_acpi.c
11 .endif
12
13 .include <bsd.kmod.mk>