aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
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/Rules.mk
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/Rules.mk')
-rw-r--r--xen/Rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index 93260826bb..05ad43c1e3 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -39,7 +39,9 @@ TARGET := $(BASEDIR)/xen
HDRS := $(wildcard *.h)
HDRS += $(wildcard $(BASEDIR)/include/xen/*.h)
+HDRS := $(wildcard $(BASEDIR)/include/xen/hvm/*.h)
HDRS += $(wildcard $(BASEDIR)/include/public/*.h)
+HDRS += $(wildcard $(BASEDIR)/include/public/*/*.h)
HDRS += $(wildcard $(BASEDIR)/include/compat/*.h)
HDRS += $(wildcard $(BASEDIR)/include/asm-$(TARGET_ARCH)/*.h)
HDRS += $(wildcard $(BASEDIR)/include/asm-$(TARGET_ARCH)/$(TARGET_SUBARCH)/*.h)