Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2140717 authored by Julien Grall's avatar Julien Grall Committed by Konrad Rzeszutek Wilk
Browse files

xen/arm64: Don't compile cpu hotplug



On ARM64, when CONFIG_XEN=y, the compilation will fail because CPU hotplug is
not yet supported with XEN. For now, disable it.

Signed-off-by: default avatarJulien Grall <julien.grall@linaro.org>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
parent d7ead0c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ifneq ($(CONFIG_ARM),y)
ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
obj-y	+= manage.o
obj-$(CONFIG_HOTPLUG_CPU)		+= cpu_hotplug.o
endif