Xen: fix cpu_hotplug build when !CONFIG_SMP

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>
This commit is contained in:
Alex Nixon 2008-09-03 14:30:22 +01:00 committed by Ingo Molnar
parent 5c51c637e4
commit 5ab6d815dc
1 changed files with 2 additions and 1 deletions

View File

@ -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