Module Name:    src
Committed By:   christos
Date:           Sun Apr 30 23:18:07 UTC 2017

Modified Files:
        src/external/bsd/acpica/bin/iasl: Makefile

Log Message:
Adjust for 20170303


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/external/bsd/acpica/bin/iasl/Makefile:1.14
--- src/external/bsd/acpica/bin/iasl/Makefile:1.13	Fri Nov 11 16:09:21 2016
+++ src/external/bsd/acpica/bin/iasl/Makefile	Sun Apr 30 19:18:07 2017
@@ -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 @@ SRCS+= \
 	aslwalks.c \
 	aslxref.c \
 	aslxrefout.c \
+	cvcompiler.c \
+	cvdisasm.c \
+	cvparser.c \
 	dtcompile.c \
 	dtexpress.c \
 	dtfield.c \
@@ -234,7 +237,6 @@ SRCS+= \
 	utosi.c \
 	utownerid.c \
 	utpredef.c \
-	utprint.c \
 	utresrc.c \
 	utstate.c \
 	utstring.c \
@@ -243,6 +245,8 @@ SRCS+= \
 	utxface.c \
 	utxferror.c
 
+#	utprint.c 
+
 .PATH: ${TOPDIR}/../os_specific/service_layers
 SRCS+=	osunixxf.c
 

Reply via email to