From 22787f2e107ca3d8717da0beea23518bb3e7a592 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 1 Dec 2010 21:20:14 +0000 Subject: ARINC 653 scheduler From: Josh Holtrop Signed-off-by: Keir Fraser Acked-by: George Dunlap --- 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 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 -- cgit v1.2.3