From 2aaae75a0fa0c6668847c8f8e4c2b46749bde081 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 19 Jul 2007 10:26:00 +0100 Subject: Build updates for building upstream trees. * Merge the guts of the various upstream branch buildconfigs into a single mk.linux-2.6 which they include. * Add support for the -git snapshot branch. * Update .hgignore to ignore all these new trees. * Update buildconfigs/enable-xen-config to make the upstream defconfig compile without questions. Signed-off-by: Ian Campbell --- buildconfigs/mk.linux-2.6 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 buildconfigs/mk.linux-2.6 (limited to 'buildconfigs/mk.linux-2.6') diff --git a/buildconfigs/mk.linux-2.6 b/buildconfigs/mk.linux-2.6 new file mode 100644 index 0000000000..07794c8211 --- /dev/null +++ b/buildconfigs/mk.linux-2.6 @@ -0,0 +1,14 @@ +XEN_LINUX_SOURCE ?= tarball +LINUX_VER ?= 2.6 + +XEN_LINUX_TARBALL_KETCHUP := y + +IMAGE_TARGET ?= vmlinux bzImage + +XEN_LINUX_ALLOW_INTERFACE_MISMATCH := y + +XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config + +EXTRAVERSION ?= + +include buildconfigs/mk.linux-2.6-xen -- cgit v1.2.3