xen/generic: Disable fallback build on ARM.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / xen / Makefile
index 46de6cd..7435470 100644 (file)
@@ -2,7 +2,8 @@ ifneq ($(CONFIG_ARM),y)
 obj-y  += manage.o balloon.o
 obj-$(CONFIG_HOTPLUG_CPU)              += cpu_hotplug.o
 endif
-obj-y  += grant-table.o features.o events.o fallback.o
+obj-$(CONFIG_X86)                      += fallback.o
+obj-y  += grant-table.o features.o events.o
 obj-y  += xenbus/
 
 nostackp := $(call cc-option, -fno-stack-protector)