summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-07-14 17:19:45 +0000
committernjl <njl@FreeBSD.org>2003-07-14 17:19:45 +0000
commit3e799fd2088b1d3902fe7ee76ec7ee6a23169292 (patch)
tree7440f08e4abd3e11d72431ce6180a6d9d60f25fd /sys/modules/acpi
parentaf62959e6a8106cb227b3ea8beb3f4457ad81504 (diff)
downloadFreeBSD-src-3e799fd2088b1d3902fe7ee76ec7ee6a23169292.zip
FreeBSD-src-3e799fd2088b1d3902fe7ee76ec7ee6a23169292.tar.gz
Fix build with ACPI_DEBUG option.
Reported by: Mark Santcroos <marks@ripe.net>, des+tinderbox
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index d875d1c..3754253 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -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}
OpenPOWER on IntegriCloud