aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-24 08:46:46 +0000
committerKeir Fraser <keir@xen.org>2010-12-24 08:46:46 +0000
commitabf60d361232f53ad3c51fab74ff3b6f084d7f8e (patch)
tree04a72e02795a011a2ecb865dea94cc1704d6bab5 /xen/common/Makefile
parent98592ae8b75bb54243ebe54d1300cb0e745fbe85 (diff)
downloadxen-abf60d361232f53ad3c51fab74ff3b6f084d7f8e.tar.gz
xen-abf60d361232f53ad3c51fab74ff3b6f084d7f8e.tar.bz2
xen-abf60d361232f53ad3c51fab74ff3b6f084d7f8e.zip
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 <jbeulich@novell.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
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