aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-11 23:18:35 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-11 23:18:35 +0000
commite8241eabbbf83f4cef70bce69981e9215496455a (patch)
tree6596f71678de564fb72419b65b5035f612b8cffe /usr.sbin/acpi
parentfdbad0ba9d31ad3e9e2f9d8b42514374a9b2986c (diff)
parent8724452f676e45bfd39cfb47234f7def5551f067 (diff)
downloadsrc-e8241eabbbf83f4cef70bce69981e9215496455a.tar.gz
src-e8241eabbbf83f4cef70bce69981e9215496455a.zip
Merge ACPICA 20120711.
Notes
Notes: svn path=/head/; revision=238381
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 9d2d7ece430f..2b7330acc40d 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 6d31d05b46a1..6c263ceb5e6f 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