aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-18 11:11:40 +0100
committerKeir Fraser <keir@xensource.com>2007-10-18 11:11:40 +0100
commit5550335afcfe3584c668317f2445536b8e608ae6 (patch)
tree0c7f2e017489e3c1d6eec44809d62b3e7e932905 /xen/common/Makefile
parent22cd5513812ce62b37c47b502ee9da16266da21b (diff)
downloadxen-5550335afcfe3584c668317f2445536b8e608ae6.tar.gz
xen-5550335afcfe3584c668317f2445536b8e608ae6.tar.bz2
xen-5550335afcfe3584c668317f2445536b8e608ae6.zip
hvm: Split save.c into arch generic/specific part.
struct hvm_save_header is arch specific so that arch specific part of hvm_save()/hvm_load() are moved into arch_hvm_save()/acrh_hvm_load() Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index e0ce3587e9..2e8e111e32 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -35,6 +35,9 @@ obj-$(CONFIG_XENCOMM) += xencomm.o
subdir-$(CONFIG_COMPAT) += compat
+subdir-$(x86_32) += hvm
+subdir-$(x86_64) += hvm
+
subdir-y += libelf
# Object file contains changeset and compiler information.