aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-07 23:36:26 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-07 23:36:26 +0100
commit1660169e3229e2255cde0302d501ff4a3ce4c5b4 (patch)
tree2d043a7da26cf538a2bcb059aa3094467f8c7fbc /Makefile
parent7951aaa23a4308e7c3b549c03d7546a3b3c06a9a (diff)
downloadxen-1660169e3229e2255cde0302d501ff4a3ce4c5b4.tar.gz
xen-1660169e3229e2255cde0302d501ff4a3ce4c5b4.tar.bz2
xen-1660169e3229e2255cde0302d501ff4a3ce4c5b4.zip
Remove linux-2.4 sparse tree.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 6701366b0f..10b1fc8715 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,7 @@
#
KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
-# linux-2.4-xen0 linux-2.4-xenU netbsd-2.0-xenU
-# You may use wildcards in the above e.g. KERNELS=*2.4*
+# You may use wildcards in the above e.g. KERNELS=*2.6*
XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )
@@ -188,12 +187,5 @@ uninstall:
rm -rf $(D)/usr/share/man/man8/xen*
# Legacy targets for compatibility
-linux24:
- $(MAKE) 'KERNELS=linux-2.4*' kernels
-
linux26:
$(MAKE) 'KERNELS=linux-2.6*' kernels
-
-netbsd20:
- $(MAKE) netbsd-2.0-xenU-build
-