Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUG

This commit is contained in:
Scott Long 2004-12-13 02:13:08 +00:00
parent 22c2b56594
commit e97cb7b11f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138772

View File

@ -4,7 +4,8 @@
KMOD= acpi_asus
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica -DACPI_DEBUG=
SRCS= acpi_asus.c opt_acpi.h acpi_if.h bus_if.h device_if.h
SRCS+= opt_ddb.h
.include <bsd.kmod.mk>