aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-01 21:20:14 +0000
committerKeir Fraser <keir@xen.org>2010-12-01 21:20:14 +0000
commit22787f2e107ca3d8717da0beea23518bb3e7a592 (patch)
tree86048b1bb8088014998efac604c3d1cf5ed8b6ca /xen/common/Makefile
parent7fe20b9f9657a2541a5fdc6ad9f43a20f0daa431 (diff)
downloadxen-22787f2e107ca3d8717da0beea23518bb3e7a592.tar.gz
xen-22787f2e107ca3d8717da0beea23518bb3e7a592.tar.bz2
xen-22787f2e107ca3d8717da0beea23518bb3e7a592.zip
ARINC 653 scheduler
From: Josh Holtrop <Josh.Holtrop@dornerworks.com> Signed-off-by: Keir Fraser <keir@xen.org> Acked-by: George Dunlap <george.dunlap@eu.citrix.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 d244e39c31..b792631483 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -18,6 +18,7 @@ obj-y += rangeset.o
obj-y += sched_credit.o
obj-y += sched_credit2.o
obj-y += sched_sedf.o
+obj-y += sched_arinc653.o
obj-y += schedule.o
obj-y += shutdown.o
obj-y += softirq.o