aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-04 16:55:15 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-04 16:55:15 +0000
commit976f6fc92c5e643e0a2808d2694e96d0c472f060 (patch)
tree6bb2ea7bf9120b849141a97f84a869dfb8f2fad6 /xen/common/Makefile
parent275ad12c9b50fb8429406c84fd45ba29ffb62ad1 (diff)
downloadxen-976f6fc92c5e643e0a2808d2694e96d0c472f060.tar.gz
xen-976f6fc92c5e643e0a2808d2694e96d0c472f060.tar.bz2
xen-976f6fc92c5e643e0a2808d2694e96d0c472f060.zip
bitkeeper revision 1.1236.1.209 (42517173PR-QieAWB-SNd4qnSxKmMQ)
Remove broken atropos and round-robin schedulers. Clean up the scheduler plugin interface a little. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index f8868ece6f..e832864584 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -15,9 +15,6 @@ ifneq ($(trace),y)
OBJS := $(subst trace.o,,$(OBJS))
endif
-OBJS := $(subst sched_atropos.o,,$(OBJS))
-OBJS := $(subst sched_rrobin.o,,$(OBJS))
-
default: common.o
common.o: $(OBJS)
$(LD) $(LDFLAGS) -r -o common.o $(OBJS)