Skip to content

Commit

Permalink
xen/arm: enable PV control for ARM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julien Grall authored and Konrad Rzeszutek Wilk committed Jul 29, 2013
1 parent f214071 commit 9e7fd14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/xen/Makefile
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 9e7fd14

Please sign in to comment.