From a278bc0ea1507c7241733804bb66fdb90cc44e6f Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 16:48:05 +0100 Subject: Introduce Makefile config fragments for OS-specific differences. Signed-off-by: John Levon --- buildconfigs/Rules.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconfigs/Rules.mk') 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)) -- cgit v1.2.3