mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
8 lines
173 B
Makefile
8 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpi_support
|
|
|
|
KMOD= acpi_rapidstart
|
|
SRCS= acpi_rapidstart.c opt_acpi.h device_if.h bus_if.h acpi_if.h
|
|
|
|
.include <bsd.kmod.mk>
|