aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2013-07-23 16:21:28 +0100
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-07-29 09:35:11 -0400
commit9e7fd145b691127cfd48ab8c05cc1aa6d35b57ad (patch)
treed2e729d13dae2a0bc256165d176e949a49c9e303 /drivers
parentxen/arm64: Don't compile cpu hotplug (diff)
downloadlinux-dev-9e7fd145b691127cfd48ab8c05cc1aa6d35b57ad.tar.xz
linux-dev-9e7fd145b691127cfd48ab8c05cc1aa6d35b57ad.zip
xen/arm: enable PV control for ARM
Enable lifecyle management (reboot, shutdown...) from the toolstack for ARM guests. Signed-off-by: Julien Grall <julien.grall@linaro.org> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/xen/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile
index fc37c49a8ffe..14fe79d8634a 100644
--- a/drivers/xen/Makefile
+++ b/drivers/xen/Makefile
@@ -1,9 +1,8 @@
ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
-obj-y += manage.o
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
endif
obj-$(CONFIG_X86) += fallback.o
-obj-y += grant-table.o features.o events.o balloon.o
+obj-y += grant-table.o features.o events.o balloon.o manage.o
obj-y += xenbus/
nostackp := $(call cc-option, -fno-stack-protector)