diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index f62d8df2769686db2f840bbceaf5cdb41afd6067..d2a8fdf0e1918c7ada49c7a1c5c369647ddbeafd 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile @@ -1,4 +1,5 @@ -obj-y += grant-table.o features.o events.o manage.o cpu_hotplug.o +obj-y += grant-table.o features.o events.o manage.o obj-y += xenbus/ +obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o obj-$(CONFIG_XEN_XENCOMM) += xencomm.o obj-$(CONFIG_XEN_BALLOON) += balloon.o