projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c51c63
)
Xen: fix cpu_hotplug build when !CONFIG_SMP
author
Alex Nixon
<alex.nixon@citrix.com>
Wed, 3 Sep 2008 13:30:22 +0000
(14:30 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 5 Sep 2008 15:44:07 +0000
(17:44 +0200)
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>
drivers/xen/Makefile
patch
|
blob
|
history
diff --git
a/drivers/xen/Makefile
b/drivers/xen/Makefile
index
f62d8df
..
d2a8fdf
100644
(file)
--- 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