Module Name: src
Committed By: christos
Date: Fri Sep 15 17:17:25 UTC 2017
Modified Files:
src/external/bsd/acpica/bin/iasl: Makefile
Log Message:
Adjust for acpica 20170831
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/acpica/bin/iasl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/acpica/bin/iasl/Makefile
diff -u src/external/bsd/acpica/bin/iasl/Makefile:1.14 src/external/bsd/acpica/bin/iasl/Makefile:1.15
--- src/external/bsd/acpica/bin/iasl/Makefile:1.14 Sun Apr 30 19:18:07 2017
+++ src/external/bsd/acpica/bin/iasl/Makefile Fri Sep 15 13:17:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/04/30 23:18:07 christos Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/15 17:17:25 christos Exp $
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
PROG= iasl
@@ -58,6 +58,7 @@ SRCS+= \
asloperands.c \
aslopt.c \
asloptions.c \
+ aslparseop.c \
aslpld.c \
aslpredef.c \
aslprepkg.c \
@@ -115,6 +116,7 @@ SRCS+= \
cmfsize.c \
dmextern.c \
dmrestag.c \
+ dmswitch.c \
dmtable.c \
dmtables.c \
dmtbdump.c \
@@ -145,6 +147,7 @@ SRCS+= \
dsfield.c \
dsobject.c \
dsopcode.c \
+ dspkginit.c \
dsutils.c \
dswexec.c \
dswload.c \
@@ -237,9 +240,11 @@ SRCS+= \
utosi.c \
utownerid.c \
utpredef.c \
+ utresdecode.c \
utresrc.c \
utstate.c \
utstring.c \
+ utstrsuppt.c \
utstrtoul64.c \
utuuid.c \
utxface.c \