mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
9 lines
226 B
Makefile
9 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpi_support
|
|
KMOD= acpi_ibm
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
|
|
SRCS= acpi_ibm.c opt_acpi.h device_if.h bus_if.h acpi_if.h
|
|
SRCS+= opt_ddb.h
|
|
|
|
.include <bsd.kmod.mk>
|