source: trunk/packages/xen-3.1/xen-3.1/config/Linux.mk @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 257 bytes
Line 
1include $(XEN_ROOT)/config/StdGNU.mk
2
3# You may use wildcards, e.g. KERNELS=*2.6*
4KERNELS ?= linux-2.6-xen
5
6XKERNELS := $(foreach kernel, $(KERNELS), \
7              $(patsubst buildconfigs/mk.%,%, \
8                $(wildcard buildconfigs/mk.$(kernel))) )
Note: See TracBrowser for help on using the repository browser.