mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 12:56:47 -04:00
use a different mechanism for setting warning flags, and using WARNS here only has null or negative effects. Submitted by: bde (I think it means "submitted")
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpica
|
|
|
|
KMOD= acpi_video
|
|
CFLAGS+= -I@/contrib/dev/acpica
|
|
SRCS= acpi_video.c
|
|
SRCS+= opt_acpi.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|