From 3e799fd2088b1d3902fe7ee76ec7ee6a23169292 Mon Sep 17 00:00:00 2001 From: njl Date: Mon, 14 Jul 2003 17:19:45 +0000 Subject: Fix build with ACPI_DEBUG option. Reported by: Mark Santcroos , des+tinderbox --- sys/modules/acpi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules') 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} -- cgit v1.1