mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
12 lines
351 B
Makefile
12 lines
351 B
Makefile
.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} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
|
|
${MACHINE_CPUARCH} == "i386"
|
|
ig4_acpi= ig4_acpi.c
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|