summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-07-11 23:18:35 +0000
committerjkim <jkim@FreeBSD.org>2012-07-11 23:18:35 +0000
commitad8778768e1e16840c59eb761f80b57724347273 (patch)
tree6596f71678de564fb72419b65b5035f612b8cffe /usr.sbin/acpi
parent6975aedf109ac250b4d7e9b7162c8db4e07fec47 (diff)
parentdbd90a99cde8c4a942a41f095faa72f479694173 (diff)
downloadFreeBSD-src-ad8778768e1e16840c59eb761f80b57724347273.zip
FreeBSD-src-ad8778768e1e16840c59eb761f80b57724347273.tar.gz
Merge ACPICA 20120711.
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r--usr.sbin/acpi/acpidb/Makefile7
-rw-r--r--usr.sbin/acpi/iasl/Makefile6
2 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile
index 9d2d7ec..2b7330a 100644
--- a/usr.sbin/acpi/acpidb/Makefile
+++ b/usr.sbin/acpi/acpidb/Makefile
@@ -52,12 +52,13 @@ SRCS+= rsaddr.c rscalc.c rscreate.c rsdump.c rsinfo.c \
rsserial.c rsutils.c rsxface.c
# components/tables
-SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c
+SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c \
+ tbxfload.c
# components/utilities
SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \
- utdecode.c utdelete.c uteval.c utglobal.c utids.c \
- utinit.c utlock.c utmath.c utmisc.c utmutex.c \
+ utdecode.c utdelete.c uteval.c utexcep.c utglobal.c \
+ utids.c utinit.c utlock.c utmath.c utmisc.c utmutex.c \
utobject.c utosi.c utresrc.c utstate.c uttrack.c \
utxface.c utxferror.c
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile
index 6d31d05..6c263ce 100644
--- a/usr.sbin/acpi/iasl/Makefile
+++ b/usr.sbin/acpi/iasl/Makefile
@@ -54,9 +54,9 @@ SRCS+= tbfadt.c tbinstal.c tbutils.c tbxface.c
# components/utilities
SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \
- utdecode.c utdelete.c utglobal.c utinit.c utlock.c \
- utmath.c utmisc.c utmutex.c utobject.c utresrc.c \
- utstate.c utxface.c utxferror.c
+ utdecode.c utdelete.c utexcep.c utglobal.c utinit.c \
+ utlock.c utmath.c utmisc.c utmutex.c utobject.c \
+ utresrc.c utstate.c utxface.c utxferror.c
# os_specific/service_layers
SRCS+= osunixxf.c
OpenPOWER on IntegriCloud