mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
9 lines
175 B
Makefile
9 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpi_support
|
|
|
|
KMOD= acpi_asus
|
|
SRCS= acpi_asus.c opt_acpi.h acpi_if.h bus_if.h device_if.h
|
|
SRCS+= opt_ddb.h
|
|
|
|
.include <bsd.kmod.mk>
|