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:
parent
4fbf101dc9
commit
06bc618c85
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117562
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user