projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac7c6ce
)
xen/common: Sort the obj build order
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Mon, 1 Aug 2016 13:03:32 +0000
(14:03 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Mon, 1 Aug 2016 16:47:15 +0000
(17:47 +0100)
Suggested-by: Jan Beulich <JBeulich@suse.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/Makefile
patch
|
blob
|
history
diff --git
a/xen/common/Makefile
b/xen/common/Makefile
index f8123c27deaf0496176ee668ba3036ee806a5e42..c2e6846a4362b00afc58ad607fac9fbf64b6f9f6 100644
(file)
--- a/
xen/common/Makefile
+++ b/
xen/common/Makefile
@@
-1,4
+1,5
@@
obj-y += bitmap.o
+obj-y += bsearch.o
obj-$(CONFIG_CORE_PARKING) += core_parking.o
obj-y += cpu.o
obj-y += cpupool.o
@@
-43,7
+44,6
@@
obj-y += schedule.o
obj-y += shutdown.o
obj-y += softirq.o
obj-y += sort.o
-obj-y += bsearch.o
obj-y += smp.o
obj-y += spinlock.o
obj-y += stop_machine.o