aboutsummaryrefslogtreecommitdiffstats
path: root/config/Linux.mk
blob: 52c222799677f0a8f2036cfea8ebc9f872861140 (plain)
1
2
3
4
5
6
7
8
include $(XEN_ROOT)/config/StdGNU.mk

# You may use wildcards, e.g. KERNELS=*2.6*
KERNELS ?= linux-2.6-xen

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