Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/acpica/bin/iasl adjust to new acpica
details: https://anonhg.NetBSD.org/src/rev/a6de3d44c65c
branches: trunk
changeset: 345054:a6de3d44c65c
user: christos <christos%NetBSD.org@localhost>
date: Wed May 04 19:28:15 2016 +0000
description:
adjust to new acpica
diffstat:
external/bsd/acpica/bin/iasl/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (59 lines):
diff -r 2a7bc9a3ecdd -r a6de3d44c65c external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile Wed May 04 19:27:57 2016 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile Wed May 04 19:28:15 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/01/09 21:13:51 christos Exp $
+# $NetBSD: Makefile,v 1.12 2016/05/04 19:28:15 christos Exp $
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
PROG= iasl
@@ -32,7 +32,9 @@
aslcompile.c \
aslcompilerlex.c \
aslcompilerparse.c \
+ asldebug.c \
aslerror.c \
+ aslexternal.c \
aslfileio.c \
aslfiles.c \
aslfold.c \
@@ -55,6 +57,7 @@
asloperands.c \
aslopt.c \
asloptions.c \
+ aslpld.c \
aslpredef.c \
aslprepkg.c \
aslprintf.c \
@@ -76,6 +79,7 @@
asluuid.c \
aslwalks.c \
aslxref.c \
+ aslxrefout.c \
dtcompile.c \
dtexpress.c \
dtfield.c \
@@ -148,6 +152,7 @@
SRCS+= \
exconvrt.c \
excreate.c \
+ exconcat.c \
exdump.c \
exmisc.c \
exmutex.c \
@@ -207,6 +212,7 @@
SRCS+= \
utaddress.c \
utalloc.c \
+ utascii.c \
utbuffer.c \
utcache.c \
utcopy.c \
@@ -215,7 +221,6 @@
utdelete.c \
uterror.c \
utexcep.c \
- utfileio.c \
utglobal.c \
uthex.c \
utinit.c \
Home |
Main Index |
Thread Index |
Old Index