mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/acpica
|
|
|
|
KMOD= acpi_video
|
|
SRCS= acpi_video.c
|
|
SRCS+= opt_acpi.h opt_evdev.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|