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 --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 186b756765..c7004c0ae2 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,6 @@ # Grand Unified Makefile for Xen. # -KERNELS ?= linux-2.6-xen -# You may use wildcards in the above e.g. KERNELS=*2.6* - -XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) ) - # Export target architecture overrides to Xen and Linux sub-trees. ifneq ($(XEN_TARGET_ARCH),) SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH)) -- cgit v1.2.3