aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
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