aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:37 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:37 +0000
commit62320af21e472e4e27791dd5858cc323776aa340 (patch)
tree28edba15f52be52b9f399e59e4484d958fc8bb2b /xen/common/Makefile
parentf5404d9805bc400ef5ed4d626c38828db4b662b5 (diff)
downloadxen-62320af21e472e4e27791dd5858cc323776aa340.tar.gz
xen-62320af21e472e4e27791dd5858cc323776aa340.tar.bz2
xen-62320af21e472e4e27791dd5858cc323776aa340.zip
Enable compatibility mode operation for HYPERVISOR_acm_op.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 625d5a122a..ac4683bb82 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -42,6 +42,7 @@ version.o: $(BASEDIR)/include/xen/compile.h
ifeq ($(CONFIG_COMPAT),y)
# extra dependencies
+acm_ops.o: compat/acm_ops.c
grant_table.o: compat/grant_table.c
schedule.o: compat/schedule.c
endif