From 62320af21e472e4e27791dd5858cc323776aa340 Mon Sep 17 00:00:00 2001 From: Emmanuel Ackaouy Date: Fri, 5 Jan 2007 17:34:37 +0000 Subject: Enable compatibility mode operation for HYPERVISOR_acm_op. Signed-off-by: Jan Beulich --- xen/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/common/Makefile') 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 -- cgit v1.2.3