diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index eabd0ee1c2bc2f298d0938515e204b42430e9852..fc37c49a8ffe2878c5c5d0be3420de0c06513c5e 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile @@ -1,4 +1,4 @@ -ifneq ($(CONFIG_ARM),y) +ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),) obj-y += manage.o obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o endif