mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpica
|
|
|
|
KMOD= acpi_video
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
|
|
SRCS= acpi_video.c
|
|
SRCS+= opt_acpi.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|