From 2942f45e09fb239f07af6d980f6a60e5d92ae04e 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_sched_op and HYPERVISOR_set_timer_op. Signed-off-by: Jan Beulich --- xen/common/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xen/common/Makefile') diff --git a/xen/common/Makefile b/xen/common/Makefile index 680fd60b8c..2beaa128c0 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -39,3 +39,8 @@ subdir-$(CONFIG_COMPAT) += compat # Object file contains changeset and compiler information. version.o: $(BASEDIR)/include/xen/compile.h + +ifeq ($(CONFIG_COMPAT),y) +# extra dependencies +schedule.o: compat/schedule.c +endif -- cgit v1.2.3