1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Fix build with ACPI_DEBUG option.

Reported by:	Mark Santcroos <marks@ripe.net>, des+tinderbox
This commit is contained in:
Nate Lawson 2003-07-14 17:19:45 +00:00
parent 4fbf101dc9
commit 06bc618c85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117562

View File

@ -53,10 +53,10 @@ CFLAGS+=-DACPI_MAX_THREADS=${ACPI_MAX_THREADS}
# Debugging support
.if ACPI_DEBUG
CFLAGS+=-DACPI_DEBUG
CFLAGS+=-DACPI_DEBUG -DACPI_DISASSEMBLER
SRCS+= dbcmds.c dbdisply.c dbexec.c dbfileio.c dbhistry.c
SRCS+= dbinput.c dbstats.c dbutils.c dbxface.c
SRCS+= dmbuffer.c dmnames.c dmopcode.c dmresrc.c dmresrcl.c
SRCS+= dmbuffer.c dmnames.c dmopcode.c dmobject.c dmresrc.c dmresrcl.c
SRCS+= dmresrcs.c dmutils.c dmwalk.c
opt_ddb.h: Makefile
echo '#define DDB 1' > ${.TARGET}