mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUG
This commit is contained in:
parent
22c2b56594
commit
e97cb7b11f
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue