mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/acpica
|
|
KMOD= acpi_dock
|
|
SRCS= acpi_dock.c opt_acpi.h device_if.h bus_if.h acpi_if.h
|
|
SRCS+= opt_ddb.h
|
|
|
|
.include <bsd.kmod.mk>
|