From abf60d361232f53ad3c51fab74ff3b6f084d7f8e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 24 Dec 2010 08:46:46 +0000 Subject: make sort() generally available Rather than having this general library function only on ia64, move it into common code, to be used by x86 exception table sorting too. Signed-off-by: Jan Beulich --- xen/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/common/Makefile') diff --git a/xen/common/Makefile b/xen/common/Makefile index b792631483..2630e88c31 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -22,6 +22,7 @@ obj-y += sched_arinc653.o obj-y += schedule.o obj-y += shutdown.o obj-y += softirq.o +obj-y += sort.o obj-y += spinlock.o obj-y += stop_machine.o obj-y += string.o -- cgit v1.2.3