mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
7 lines
150 B
Makefile
7 lines
150 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/acpica
|
|
KMOD= acpi_ged
|
|
SRCS= acpi_ged.c
|
|
SRCS+= opt_acpi.h opt_evdev.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|