aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-25 01:36:09 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-25 01:36:09 +0000
commit7a564e6a4c11286aeb5ddf01859246db7ab4089e (patch)
tree39eb3bd0ea9cfb01d64858bb05542f621b9c51f5 /xen/common/Makefile
parentf93d33b08e11e708cc1da830cd895cd8aa0dfb98 (diff)
parentae69d44b66bcb017ab2d05f929f87a5a5c09826e (diff)
downloadxen-7a564e6a4c11286aeb5ddf01859246db7ab4089e.tar.gz
xen-7a564e6a4c11286aeb5ddf01859246db7ab4089e.tar.bz2
xen-7a564e6a4c11286aeb5ddf01859246db7ab4089e.zip
bitkeeper revision 1.1159.212.34 (41f5a289J4SAf6zaQUhGEBrQWQ14dA)
manual merge
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index e68bccf10c..9e683841a2 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -24,7 +24,8 @@ endif
OBJS := $(subst sched_atropos.o,,$(OBJS))
OBJS := $(subst sched_rrobin.o,,$(OBJS))
-default: $(OBJS)
+default: common.o
+common.o: $(OBJS)
$(LD) $(LDFLAGS) -r -o common.o $(OBJS)
clean: