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 update for newest acpi



details:   https://anonhg.NetBSD.org/src/rev/434d6a574359
branches:  trunk
changeset: 807526:434d6a574359
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 13 17:24:24 2015 +0000

description:
update for newest acpi
XXX: needs recompiled yacc

diffstat:

 external/bsd/acpica/bin/iasl/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 54511f6f1af9 -r 434d6a574359 external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Mon Apr 13 17:23:39 2015 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Mon Apr 13 17:24:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/10/25 21:01:12 christos Exp $
+# $NetBSD: Makefile,v 1.9 2015/04/13 17:24:24 christos Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -57,6 +57,8 @@
        asloptions.c \
        aslpredef.c \
        aslprepkg.c \
+       aslprintf.c \
+       aslprune.c \
        aslresource.c \
        aslrestype1.c \
        aslrestype1i.c \
@@ -112,6 +114,7 @@
 .PATH: ${TOPDIR}/../disassembler
 SRCS+= \
        dmbuffer.c \
+       dmcstyle.c \
        dmdeferred.c \
        dmnames.c \
        dmobject.c \



Home | Main Index | Thread Index | Old Index