From: Andrew Cooper Date: Mon, 1 Aug 2016 13:03:32 +0000 (+0100) Subject: xen/common: Sort the obj build order X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~652 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=caefc852d5a3be3965a0c0131ce62e7f3a313f04;p=xen.git xen/common: Sort the obj build order Suggested-by: Jan Beulich Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- diff --git a/xen/common/Makefile b/xen/common/Makefile index f8123c27de..c2e6846a43 100644 --- 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