Module Name: src
Committed By: christos
Date: Sat Jan 9 21:13:51 UTC 2016
Modified Files:
src/external/bsd/acpica/bin/iasl: Makefile
Log Message:
new files
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/external/bsd/acpica/bin/iasl/Makefile:1.11
--- src/external/bsd/acpica/bin/iasl/Makefile:1.10 Tue Aug 18 06:38:31 2015
+++ src/external/bsd/acpica/bin/iasl/Makefile Sat Jan 9 16:13:51 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/08/18 10:38:31 christos Exp $
+# $NetBSD: Makefile,v 1.11 2016/01/09 21:13:51 christos Exp $
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
PROG= iasl
@@ -84,6 +84,8 @@ SRCS+= \
dtparserparse.c \
dtsubtable.c \
dttable.c \
+ dttable1.c \
+ dttable2.c \
dttemplate.c \
dtutils.c \
prexpress.c \
@@ -95,6 +97,7 @@ SRCS+= \
.PATH: ${TOPDIR}/../common
SRCS+= \
+ acfileio.c \
adisasm.c \
adwalk.c \
ahids.c \
@@ -105,6 +108,7 @@ SRCS+= \
dmextern.c \
dmrestag.c \
dmtable.c \
+ dmtables.c \
dmtbdump.c \
dmtbinfo.c \
getopt.c
@@ -183,7 +187,8 @@ SRCS+= \
tbinstal.c \
tbprint.c \
tbutils.c \
- tbxface.c
+ tbxface.c \
+ tbxfload.c
.PATH: ${TOPDIR}/../namespace
SRCS+= \