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 Adjust to new acpica



details:   https://anonhg.NetBSD.org/src/rev/717f5bf06ed6
branches:  trunk
changeset: 348861:717f5bf06ed6
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 11 21:09:21 2016 +0000

description:
Adjust to new acpica

diffstat:

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

diffs (32 lines):

diff -r 80a664fe3de9 -r 717f5bf06ed6 external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Fri Nov 11 19:24:26 2016 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Fri Nov 11 21:09:21 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/05/04 19:28:15 christos Exp $
+# $NetBSD: Makefile,v 1.13 2016/11/11 21:09:21 christos Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -38,6 +38,7 @@
        aslfileio.c \
        aslfiles.c \
        aslfold.c \
+       aslhelp.c \
        aslhex.c \
        asllength.c \
        asllisting.c \
@@ -237,12 +238,13 @@
        utresrc.c \
        utstate.c \
        utstring.c \
+       utstrtoul64.c \
        utuuid.c \
        utxface.c \
        utxferror.c
 
 .PATH: ${TOPDIR}/../os_specific/service_layers
-SRCS+= osunixxf.c oslibcfs.c
+SRCS+= osunixxf.c
 
 
 aslparser.y: asltokens.y asltypes.y aslrules.y aslsupport.y



Home | Main Index | Thread Index | Old Index