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 new files



details:   https://anonhg.NetBSD.org/src/rev/97e8bbf2af64
branches:  trunk
changeset: 342808:97e8bbf2af64
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 09 21:13:51 2016 +0000

description:
new files

diffstat:

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

diffs (44 lines):

diff -r 6e81558a904f -r 97e8bbf2af64 external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Sat Jan 09 19:54:49 2016 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Sat Jan 09 21:13:51 2016 +0000
@@ -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 @@
        dtparserparse.c \
        dtsubtable.c \
        dttable.c \
+       dttable1.c \
+       dttable2.c \
        dttemplate.c \
        dtutils.c \
        prexpress.c \
@@ -95,6 +97,7 @@
 
 .PATH: ${TOPDIR}/../common
 SRCS+= \
+       acfileio.c \
        adisasm.c \
        adwalk.c \
        ahids.c \
@@ -105,6 +108,7 @@
        dmextern.c \
        dmrestag.c \
        dmtable.c \
+       dmtables.c \
        dmtbdump.c \
        dmtbinfo.c \
        getopt.c
@@ -183,7 +187,8 @@
        tbinstal.c \
        tbprint.c \
        tbutils.c \
-       tbxface.c
+       tbxface.c \
+       tbxfload.c
 
 .PATH: ${TOPDIR}/../namespace
 SRCS+= \



Home | Main Index | Thread Index | Old Index