Merge branch 'cubox-i-init' into for-linus
[linux-2.6-microblaze.git] / drivers / xen / Makefile
index 14fe79d..d75c811 100644 (file)
@@ -2,7 +2,8 @@ ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
 obj-$(CONFIG_HOTPLUG_CPU)              += cpu_hotplug.o
 endif
 obj-$(CONFIG_X86)                      += fallback.o
-obj-y  += grant-table.o features.o events.o balloon.o manage.o
+obj-y  += grant-table.o features.o balloon.o manage.o
+obj-y  += events/
 obj-y  += xenbus/
 
 nostackp := $(call cc-option, -fno-stack-protector)