Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ab6d815 authored by Alex Nixon's avatar Alex Nixon Committed by Ingo Molnar
Browse files

Xen: fix cpu_hotplug build when !CONFIG_SMP



Compile cpu_hotplug.c conditionally on CONFIG_HOTPLUG_CPU

Signed-off-by: default avatarAlex Nixon <alex.nixon@citrix.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 5c51c637
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
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