aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-07 15:35:06 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-07 15:35:06 +0100
commit9ee1bd77bfc225d638c8df106238f875025b5e8f (patch)
tree1c3f2a8d2f3358fa195d43390e0d9f6cc41c3bb3 /xen/common/Makefile
parent3923c6638e50c51781fb5f6f29729c71336eb95a (diff)
downloadxen-9ee1bd77bfc225d638c8df106238f875025b5e8f.tar.gz
xen-9ee1bd77bfc225d638c8df106238f875025b5e8f.tar.bz2
xen-9ee1bd77bfc225d638c8df106238f875025b5e8f.zip
[XEN] Clean up shutdown handling and ignore opt_noreboot if dom0
shuts down cleanly. The option is intended only to retain information on the local console in case of a crash. Based on a patch from Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: Keir Fraser <keir@xensource.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 be3179afdc..4cfde1c83b 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -16,6 +16,7 @@ obj-y += sched_bvt.o
obj-y += sched_credit.o
obj-y += sched_sedf.o
obj-y += schedule.o
+obj-y += shutdown.o
obj-y += softirq.o
obj-y += string.o
obj-y += symbols.o