aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-02-07 10:21:15 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2007-02-07 10:21:15 +0000
commitc2ce43578e7d653614e85ad761f687fa297b70ae (patch)
tree0a3ae3c4929b26603b105da7e7fc36309fb83585 /xen/arch/x86/hvm/Makefile
parentb364d04f1d59e2276ce598f26ab9c48d1dc351d9 (diff)
downloadxen-c2ce43578e7d653614e85ad761f687fa297b70ae.tar.gz
xen-c2ce43578e7d653614e85ad761f687fa297b70ae.tar.bz2
xen-c2ce43578e7d653614e85ad761f687fa297b70ae.zip
[HVM] Save/restore: move save/restore routines out of intercept.c
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'xen/arch/x86/hvm/Makefile')
-rw-r--r--xen/arch/x86/hvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
index 9fbcf51ede..d94fd082ee 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -15,3 +15,4 @@ obj-y += vpt.o
obj-y += vioapic.o
obj-y += vlapic.o
obj-y += vpic.o
+obj-y += save.o