Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/intel-public/acpica/bin/iasl Add missing files requ...



details:   https://anonhg.NetBSD.org/src/rev/d3301b9b8b2d
branches:  trunk
changeset: 755462:d3301b9b8b2d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Jun 06 19:35:38 2010 +0000

description:
Add missing files required for iASL from ACPICA 20100528.

diffstat:

 external/intel-public/acpica/bin/iasl/Makefile |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 0bbd10dd0816 -r d3301b9b8b2d external/intel-public/acpica/bin/iasl/Makefile
--- a/external/intel-public/acpica/bin/iasl/Makefile    Sun Jun 06 19:19:58 2010 +0000
+++ b/external/intel-public/acpica/bin/iasl/Makefile    Sun Jun 06 19:35:38 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2010/05/23 14:08:05 veego Exp $
+#      $NetBSD: Makefile,v 1.6 2010/06/06 19:35:38 jruoho Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -35,9 +35,15 @@
 SRCS+= aslmap.c
 SRCS+= aslopcodes.c
 SRCS+= asloperands.c
+SRCS+= aslpredef.c
 SRCS+= aslresource.c
 SRCS+= aslrestype1.c
+SRCS+= aslrestype1i.c
 SRCS+= aslrestype2.c
+SRCS+= aslrestype2d.c
+SRCS+= aslrestype2e.c
+SRCS+= aslrestype2q.c
+SRCS+= aslrestype2w.c
 SRCS+= aslstartup.c
 SRCS+= asltree.c
 SRCS+= aslutils.c
@@ -45,6 +51,12 @@
 SRCS+= aslfold.c
 SRCS+= aslstubs.c
 SRCS+= aslopt.c
+SRCS+= dtcompile.c
+SRCS+= dtfield.c
+SRCS+= dtio.c
+SRCS+= dtsubtable.c
+SRCS+= dttable.c
+SRCS+= dtutils.c
 .PATH: ${TOPDIR}/../common
 SRCS+= getopt.c
 .PATH: ${TOPDIR}/../utilities



Home | Main Index | Thread Index | Old Index