ad3cf350d3
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")
11 lines
193 B
Makefile
11 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>
|