summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-07-15 19:18:41 +0000
committernjl <njl@FreeBSD.org>2003-07-15 19:18:41 +0000
commit711369e68f8a9af1a4653daead1b914af6edebbe (patch)
tree146d66de38cdfc1ee2dee2b08aef3a2c729142e3 /sys/modules/acpi
parent9901d0da5d47555bfb905f0ffb24fe6b38f2cdd3 (diff)
downloadFreeBSD-src-711369e68f8a9af1a4653daead1b914af6edebbe.zip
FreeBSD-src-711369e68f8a9af1a4653daead1b914af6edebbe.tar.gz
Fix the ACPI_DEBUG build for the non-module case. Move the #define into
acfreebsd.h and remove it from the Makefile. Now ACPI_DEBUG implies ACPI_DISASSEMBLER. Noticed by: marcel
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index 3754253..50af641 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -53,7 +53,7 @@ CFLAGS+=-DACPI_MAX_THREADS=${ACPI_MAX_THREADS}
# Debugging support
.if ACPI_DEBUG
-CFLAGS+=-DACPI_DEBUG -DACPI_DISASSEMBLER
+CFLAGS+=-DACPI_DEBUG
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 dmobject.c dmresrc.c dmresrcl.c
OpenPOWER on IntegriCloud