mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
10 lines
215 B
Makefile
10 lines
215 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/acpi_support
|
||
|
|
|
||
|
|
KMOD= acpi_hp
|
||
|
|
CFLAGS+=-I${.CURDIR}/../../../dev/acpi_support
|
||
|
|
SRCS= acpi_hp.c opt_acpi.h acpi_if.h acpi_wmi_if.h device_if.h bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|