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 for 20170303



details:   https://anonhg.NetBSD.org/src/rev/7f2ff7bcfb0a
branches:  trunk
changeset: 823653:7f2ff7bcfb0a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 30 23:18:07 2017 +0000

description:
Adjust for 20170303

diffstat:

 external/bsd/acpica/bin/iasl/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r dea0292137bc -r 7f2ff7bcfb0a external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Sun Apr 30 23:13:36 2017 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Sun Apr 30 23:18:07 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/11/11 21:09:21 christos Exp $
+# $NetBSD: Makefile,v 1.14 2017/04/30 23:18:07 christos Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -81,6 +81,9 @@
        aslwalks.c \
        aslxref.c \
        aslxrefout.c \
+       cvcompiler.c \
+       cvdisasm.c \
+       cvparser.c \
        dtcompile.c \
        dtexpress.c \
        dtfield.c \
@@ -234,7 +237,6 @@
        utosi.c \
        utownerid.c \
        utpredef.c \
-       utprint.c \
        utresrc.c \
        utstate.c \
        utstring.c \
@@ -243,6 +245,8 @@
        utxface.c \
        utxferror.c
 
+#      utprint.c 
+
 .PATH: ${TOPDIR}/../os_specific/service_layers
 SRCS+= osunixxf.c
 



Home | Main Index | Thread Index | Old Index