aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-10 13:21:42 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-10 13:21:42 +0000
commit3e820c5daef942b7418ded75bb63a31dff7d8635 (patch)
treebfe060f3cdc8e407be6f1d611cbd47f3cae5c137 /xen/common/Makefile
parent9e777a0acbde64bd0630b59d255894b4b7ebaec8 (diff)
downloadxen-3e820c5daef942b7418ded75bb63a31dff7d8635.tar.gz
xen-3e820c5daef942b7418ded75bb63a31dff7d8635.tar.bz2
xen-3e820c5daef942b7418ded75bb63a31dff7d8635.zip
bitkeeper revision 1.950 (40c86066TdQwTUVQtZ0q0py10MTUgg)
Removed old I/O world and cleaned up.
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 12454c9aed..34febca43e 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -6,10 +6,6 @@ OBJS := $(subst debug.o,,$(OBJS))
OBJS := $(subst debug-linux.o,,$(OBJS))
endif
-ifneq ($(old_drivers),y)
-OBJS := $(subst network.o,,$(OBJS))
-endif
-
ifneq ($(perfc),y)
OBJS := $(subst perfc.o,,$(OBJS))
endif