aboutsummaryrefslogtreecommitdiffstats
path: root/config/Linux.mk
blob: 7d9286d7f19086392a892c890c37a7aeeae256c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(XEN_ROOT)/config/StdGNU.mk

# You may use wildcards, e.g. KERNELS=*2.6*
ifeq (ia64,$(XEN_TARGET_ARCH))
KERNELS ?= linux-2.6-xen
else
KERNELS ?= linux-2.6-pvops
endif

XKERNELS := $(foreach kernel, $(KERNELS), \
              $(patsubst buildconfigs/mk.%,%, \
                $(wildcard buildconfigs/mk.$(kernel))) )