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/1f55c1981752
branches: trunk
changeset: 337384:1f55c1981752
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 890d734a66dd -r 1f55c1981752 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