summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-07-22 16:25:07 +0000
committerjkim <jkim@FreeBSD.org>2015-07-22 16:25:07 +0000
commit4bfe3da642c653a78efef89645fe9bb847d35896 (patch)
tree5b756078604a59f51f9473d644c0950a7b7ecf1c /usr.sbin/acpi
parent407398e138c0ad688453c93ae2c41975639eb30d (diff)
parent1a6d0f49f89959aa1f21e982e7a9eb8b109ac413 (diff)
downloadFreeBSD-src-4bfe3da642c653a78efef89645fe9bb847d35896.zip
FreeBSD-src-4bfe3da642c653a78efef89645fe9bb847d35896.tar.gz
Merge ACPICA 20150717.
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r--usr.sbin/acpi/acpidb/Makefile22
-rw-r--r--usr.sbin/acpi/iasl/Makefile6
2 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile
index d470a9b..8d13e77 100644
--- a/usr.sbin/acpi/acpidb/Makefile
+++ b/usr.sbin/acpi/acpidb/Makefile
@@ -8,18 +8,18 @@ SRCS+= acgetline.c ahids.c ahuuids.c cmfsize.c
# components/debugger
SRCS+= dbcmds.c dbconvert.c dbdisply.c dbexec.c dbfileio.c \
- dbhistry.c dbinput.c dbmethod.c dbnames.c dbstats.c \
- dbtest.c dbutils.c dbxface.c
+ dbhistry.c dbinput.c dbmethod.c dbnames.c dbobject.c \
+ dbstats.c dbtest.c dbutils.c dbxface.c
# components/disassembler
-SRCS+= dmbuffer.c dmcstyle.c dmdeferred.c dmnames.c dmobject.c \
- dmopcode.c dmresrc.c dmresrcl.c dmresrcl2.c dmresrcs.c \
- dmutils.c dmwalk.c
+SRCS+= dmbuffer.c dmcstyle.c dmdeferred.c dmnames.c dmopcode.c \
+ dmresrc.c dmresrcl.c dmresrcl2.c dmresrcs.c dmutils.c \
+ dmwalk.c
# components/dispatcher
-SRCS+= dsargs.c dscontrol.c dsfield.c dsinit.c dsmethod.c \
- dsmthdat.c dsobject.c dsopcode.c dsutils.c dswexec.c \
- dswload.c dswload2.c dswscope.c dswstate.c
+SRCS+= dsargs.c dscontrol.c dsdebug.c dsfield.c dsinit.c \
+ dsmethod.c dsmthdat.c dsobject.c dsopcode.c dsutils.c \
+ dswexec.c dswload.c dswload2.c dswscope.c dswstate.c
# components/events
SRCS+= evevent.c evglock.c evgpe.c evgpeblk.c evgpeinit.c \
@@ -63,9 +63,9 @@ SRCS+= utaddress.c utalloc.c utbuffer.c utcache.c utcopy.c \
utdebug.c utdecode.c utdelete.c uterror.c uteval.c \
utexcep.c utfileio.c utglobal.c uthex.c utids.c \
utinit.c utlock.c utmath.c utmisc.c utmutex.c \
- utobject.c utosi.c utownerid.c utpredef.c utprint.c \
- utresrc.c utstate.c utstring.c uttrack.c utuuid.c \
- utxface.c utxferror.c utxfinit.c
+ utnonansi.c utobject.c utosi.c utownerid.c utpredef.c \
+ utprint.c utresrc.c utstate.c utstring.c uttrack.c \
+ utuuid.c utxface.c utxferror.c utxfinit.c
# os_specific/service_layers
SRCS+= oslibcfs.c osunixxf.c
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile
index e9faad2..210b31a 100644
--- a/usr.sbin/acpi/iasl/Makefile
+++ b/usr.sbin/acpi/iasl/Makefile
@@ -62,9 +62,9 @@ SRCS+= tbdata.c tbfadt.c tbinstal.c tbprint.c tbutils.c \
SRCS+= utaddress.c utalloc.c utbuffer.c utcache.c utcopy.c \
utdebug.c utdecode.c utdelete.c uterror.c utexcep.c \
utfileio.c utglobal.c uthex.c utinit.c utlock.c \
- utmath.c utmisc.c utmutex.c utobject.c utownerid.c \
- utpredef.c utprint.c utresrc.c utstate.c utstring.c \
- utuuid.c utxface.c utxferror.c
+ utmath.c utmisc.c utmutex.c utnonansi.c utobject.c \
+ utownerid.c utpredef.c utprint.c utresrc.c utstate.c \
+ utstring.c utuuid.c utxface.c utxferror.c
# os_specific/service_layers
SRCS+= oslibcfs.c osunixxf.c
OpenPOWER on IntegriCloud