]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/xen/Makefile
Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / xen / Makefile
index 14fe79d8634abfe2307d53e65e151f403c86bcad..d75c811bfa56611a56af01504467781a4f58eccf 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)