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 for acpica-20171110



details:   https://anonhg.NetBSD.org/src/rev/4f631e405636
branches:  trunk
changeset: 357465:4f631e405636
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 12 03:02:15 2017 +0000

description:
new files for acpica-20171110

diffstat:

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

diffs (21 lines):

diff -r ec68a6d7e00f -r 4f631e405636 external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Sun Nov 12 02:59:55 2017 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Sun Nov 12 03:02:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/10/10 19:17:57 christos Exp $
+# $NetBSD: Makefile,v 1.17 2017/11/12 03:02:15 christos Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -25,9 +25,11 @@
 .PATH: ${TOPDIR}
 SRCS+= \
        adfile.c \
+       aslallocate.c \
        aslanalyze.c \
        aslascii.c \
        aslbtypes.c \
+       aslcache.c \
        aslcodegen.c \
        aslcompile.c \
        aslcompilerlex.c \



Home | Main Index | Thread Index | Old Index