new files
This commit is contained in:
parent
71e38f1d40
commit
d0b62a46a8
9
external/bsd/acpica/bin/iasl/Makefile
vendored
9
external/bsd/acpica/bin/iasl/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.10 2015/08/18 10:38:31 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2016/01/09 21:13:51 christos Exp $
|
||||
|
||||
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
|
||||
PROG= iasl
|
||||
@ -84,6 +84,8 @@ SRCS+= \
|
||||
dtparserparse.c \
|
||||
dtsubtable.c \
|
||||
dttable.c \
|
||||
dttable1.c \
|
||||
dttable2.c \
|
||||
dttemplate.c \
|
||||
dtutils.c \
|
||||
prexpress.c \
|
||||
@ -95,6 +97,7 @@ SRCS+= \
|
||||
|
||||
.PATH: ${TOPDIR}/../common
|
||||
SRCS+= \
|
||||
acfileio.c \
|
||||
adisasm.c \
|
||||
adwalk.c \
|
||||
ahids.c \
|
||||
@ -105,6 +108,7 @@ SRCS+= \
|
||||
dmextern.c \
|
||||
dmrestag.c \
|
||||
dmtable.c \
|
||||
dmtables.c \
|
||||
dmtbdump.c \
|
||||
dmtbinfo.c \
|
||||
getopt.c
|
||||
@ -183,7 +187,8 @@ SRCS+= \
|
||||
tbinstal.c \
|
||||
tbprint.c \
|
||||
tbutils.c \
|
||||
tbxface.c
|
||||
tbxface.c \
|
||||
tbxfload.c
|
||||
|
||||
.PATH: ${TOPDIR}/../namespace
|
||||
SRCS+= \
|
||||
|
Loading…
Reference in New Issue
Block a user