Skip to content

Commit

Permalink
Xen: fix cpu_hotplug build when !CONFIG_SMP
Browse files Browse the repository at this point in the history
Compile cpu_hotplug.c conditionally on CONFIG_HOTPLUG_CPU

Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alex Nixon authored and Ingo Molnar committed Sep 5, 2008
1 parent 5c51c63 commit 5ab6d81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/xen/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5ab6d81

Please sign in to comment.