~ubuntu-branches/ubuntu/trusty/xen-common/trusty

« back to all changes in this revision

Viewing changes to config/Linux.mk

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2011-03-23 10:47:52 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323104752-px2hed9476mamxs3
Tags: 4.1.0~rc6-1
* New upstream release candidate.
* Use /var/run for xenstored db.
* Install common hotplug scripts. (closes: #591456)
* Install xl config and cpupool example.
* Install xl wrapper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include $(XEN_ROOT)/config/StdGNU.mk
2
2
 
3
3
# You may use wildcards, e.g. KERNELS=*2.6*
4
 
ifeq (ia64,$(XEN_TARGET_ARCH))
5
 
KERNELS ?= linux-2.6-xen
6
 
else
7
 
KERNELS ?= linux-2.6-pvops
8
 
endif
 
4
KERNELS ?= 
9
5
 
10
6
XKERNELS := $(foreach kernel, $(KERNELS), \
11
7
              $(patsubst buildconfigs/mk.%,%, \