From 5550335afcfe3584c668317f2445536b8e608ae6 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 18 Oct 2007 11:11:40 +0100 Subject: 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 --- xen/Rules.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xen/Rules.mk') 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) -- cgit v1.2.3