From e41630cef3c84ac6cf15f57be909fe0bb1376da7 Mon Sep 17 00:00:00 2001 From: Emmanuel Ackaouy Date: Fri, 5 Jan 2007 17:34:35 +0000 Subject: Enable compatibility mode operation for HYPERVISOR_grant_table_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 2beaa128c0..625d5a122a 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -42,5 +42,6 @@ version.o: $(BASEDIR)/include/xen/compile.h ifeq ($(CONFIG_COMPAT),y) # extra dependencies +grant_table.o: compat/grant_table.c schedule.o: compat/schedule.c endif -- cgit v1.2.3