aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 16:48:05 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 16:48:05 +0100
commita278bc0ea1507c7241733804bb66fdb90cc44e6f (patch)
treeb472df5441e4d0d0157813534017319a8e615f20 /buildconfigs/Rules.mk
parent6f007b178f8d71d8d84adfc2f1403ca38a31ab3a (diff)
downloadxen-a278bc0ea1507c7241733804bb66fdb90cc44e6f.tar.gz
xen-a278bc0ea1507c7241733804bb66fdb90cc44e6f.tar.bz2
xen-a278bc0ea1507c7241733804bb66fdb90cc44e6f.zip
Introduce Makefile config fragments for OS-specific differences.
Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index 6eca30ef0a..ae61ea0095 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -3,6 +3,9 @@ include Config.mk
export DESTDIR
+# Choose the best mirror to download linux kernel
+KERNEL_REPO = http://www.kernel.org
+
ALLKERNELS = $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.*))
ALLSPARSETREES = $(patsubst %-xen-sparse,%,$(wildcard *-xen-sparse))