summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/amldb/Makefile
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2001-10-22 17:25:32 +0000
committeriwasaki <iwasaki@FreeBSD.org>2001-10-22 17:25:32 +0000
commit7b150e868106c770cc85c9ed6dca12a837ace069 (patch)
tree133bb39a046fd2d9a6b9461442c19c6a1a4c858f /usr.sbin/acpi/amldb/Makefile
parentc0844c40fbcf8ae675ee7a88702805164385f2a7 (diff)
downloadFreeBSD-src-7b150e868106c770cc85c9ed6dca12a837ace069.zip
FreeBSD-src-7b150e868106c770cc85c9ed6dca12a837ace069.tar.gz
Fix UserTerms disassembling. Now that dumped ASL can be compiled with
ports/devel/acpitools (iasl). - Merge AML parser to build ACPI namespace - Comment header info. out so that ASL compiler ignore them - Fix DSDT header size to be discarded when DSDT file is specified for input (acpidump and amldb) - Write DSDT header as well into DSDT file for output - Fix some trivial typo (Concatenate and SizeOf) - Remove DEBUG_FLAGS from Makefile (acpidump and amldb)
Diffstat (limited to 'usr.sbin/acpi/amldb/Makefile')
-rw-r--r--usr.sbin/acpi/amldb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/acpi/amldb/Makefile b/usr.sbin/acpi/amldb/Makefile
index 3d5b656..68cf9fe 100644
--- a/usr.sbin/acpi/amldb/Makefile
+++ b/usr.sbin/acpi/amldb/Makefile
@@ -7,7 +7,6 @@ SRCS= amldb.c debug.c region.c
SRCS+= aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
aml_obj.c aml_evalobj.c aml_common.c
-#DEBUG_FLAGS= -g
CFLAGS+= -I${.CURDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud