aboutsummaryrefslogtreecommitdiffstats
path: root/config/Linux.mk
blob: 10d84affb6c606d8a917be76e4225bbd6ecea203 (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 ?= 

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