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
commite41630cef3c84ac6cf15f57be909fe0bb1376da7 (patch)
tree2b2a032f55942921013fc65fcc1c050598b94712 /xen/common/Makefile
parent2942f45e09fb239f07af6d980f6a60e5d92ae04e (diff)
downloadxen-e41630cef3c84ac6cf15f57be909fe0bb1376da7.tar.gz
xen-e41630cef3c84ac6cf15f57be909fe0bb1376da7.tar.bz2
xen-e41630cef3c84ac6cf15f57be909fe0bb1376da7.zip
Enable compatibility mode operation for HYPERVISOR_grant_table_op.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
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