mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/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>
|