aboutsummaryrefslogtreecommitdiffstats
path: root/config/Linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/Linux.mk')
-rw-r--r--config/Linux.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/Linux.mk b/config/Linux.mk
new file mode 100644
index 0000000000..52c2227996
--- /dev/null
+++ b/config/Linux.mk
@@ -0,0 +1,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))) )