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")
10 lines
214 B
Makefile
10 lines
214 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpi_support
|
|
|
|
KMOD= acpi_toshiba
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
|
|
SRCS= acpi_toshiba.c opt_acpi.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|