aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:35 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:35 +0000
commit2942f45e09fb239f07af6d980f6a60e5d92ae04e (patch)
tree7a7dee5b9952fd58b2252d00b730fdb044e28123 /xen/common/Makefile
parent75a2a59383d0e0bb7c89917a3fdad683bad4996c (diff)
downloadxen-2942f45e09fb239f07af6d980f6a60e5d92ae04e.tar.gz
xen-2942f45e09fb239f07af6d980f6a60e5d92ae04e.tar.bz2
xen-2942f45e09fb239f07af6d980f6a60e5d92ae04e.zip
Enable compatibility mode operation for HYPERVISOR_sched_op and
HYPERVISOR_set_timer_op. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile5
1 files changed, 5 insertions, 0 deletions
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