android_kernel_xiaomi_sm8350/arch/i386/xen/Makefile
Jeremy Fitzhardinge 3e2b8fbeec xen: handle external requests for shutdown, reboot and sysrq
The guest domain can be asked to shutdown or reboot itself, or have a
sysrq key injected, via xenbus.  This patch adds a watcher for those
events, and does the appropriate action.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Chris Wright <chrisw@sous-sol.org>
2007-07-18 08:47:45 -07:00

5 lines
118 B
Makefile

obj-y := enlighten.o setup.o features.o multicalls.o mmu.o \
events.o time.o manage.o
obj-$(CONFIG_SMP) += smp.o