mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
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
225 B
Makefile
11 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpi_support
|
|
|
|
KMOD= acpi_asus
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
|
|
SRCS= acpi_asus.c opt_acpi.h acpi_if.h bus_if.h device_if.h
|
|
SRCS+= opt_ddb.h
|
|
|
|
.include <bsd.kmod.mk>
|