aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:41 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:41 +0000
commit8c7577f2c3bacb8b49205c6d4afb11d61be852db (patch)
treef8b1892cd37473b7286aaa0d436f9cb4972a2a87 /xen/common/Makefile
parent70a6f21e0ffd2f369a175ce966d40dd517ba6354 (diff)
downloadxen-8c7577f2c3bacb8b49205c6d4afb11d61be852db.tar.gz
xen-8c7577f2c3bacb8b49205c6d4afb11d61be852db.tar.bz2
xen-8c7577f2c3bacb8b49205c6d4afb11d61be852db.zip
Enable compatibility mode operation for kexec.
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 1997f461c2..0c9b9b2333 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -44,6 +44,7 @@ ifeq ($(CONFIG_COMPAT),y)
# extra dependencies
acm_ops.o: compat/acm_ops.c
grant_table.o: compat/grant_table.c
+kexec.o: compat/kexec.c
schedule.o: compat/schedule.c
xenoprof.o: compat/xenoprof.c
endif