aboutsummaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-09-15 20:49:34 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-09-15 20:49:34 +0000
commit09e3e7cd5c7eb44bd5f632149ad28aef7f2d0690 (patch)
tree41eb78500422196a69e6d775b795f5ee483d4a9e /compiler/Makefile
parent32e234a854ae3097bb902cf421f91f9c7d24b291 (diff)
Import ACPICA 20100915.vendor/acpica/20100915
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=212700 svn path=/vendor-sys/acpica/20100915/; revision=212701; tag=vendor/acpica/20100915
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index f1f175c50362..3d7028200b36 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -151,6 +151,7 @@ OBJS = \
utobject.o \
utresrc.o \
utstate.o \
+ utxferror.o \
utxface.o
INTERMEDIATES = \
@@ -565,6 +566,9 @@ utresrc.o : $(ACPICA_CORE)/utilities/utresrc.c
utstate.o : $(ACPICA_CORE)/utilities/utstate.c
$(COMPILE)
+utxferror.o : $(ACPICA_CORE)/utilities/utxferror.c
+ $(COMPILE)
+
utxface.o : $(ACPICA_CORE)/utilities/utxface.c
$(COMPILE)