aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-09 10:51:49 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-09 10:51:49 +0000
commitc696a6dadab93c5b26accc4b657b88f49f8be874 (patch)
tree2c53954a8cb416bc2c24a875ce5fd96b40152447 /xen/common/Makefile
parentb87a9fd7f96514af8ae7d752ecdc3d13b9167193 (diff)
downloadxen-c696a6dadab93c5b26accc4b657b88f49f8be874.tar.gz
xen-c696a6dadab93c5b26accc4b657b88f49f8be874.tar.bz2
xen-c696a6dadab93c5b26accc4b657b88f49f8be874.zip
bitkeeper revision 1.1159.1.393 (4190a145cbZFKzGdkH5xPlOlxNNPnw)
Split struct exec_domain out of struct domain.
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 84e3a1292f..e042d79584 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -19,6 +19,9 @@ ifneq ($(trace),y)
OBJS := $(subst trace.o,,$(OBJS))
endif
+OBJS := $(subst sched_atropos.o,,$(OBJS))
+OBJS := $(subst sched_rrobin.o,,$(OBJS))
+
default: $(OBJS)
$(LD) $(LDFLAGS) -r -o common.o $(OBJS)