aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-native
diff options
context:
space:
mode:
authorack@localhost.localdomain <ack@localhost.localdomain>2006-07-12 11:58:40 +0100
committerack@localhost.localdomain <ack@localhost.localdomain>2006-07-12 11:58:40 +0100
commit1c93221134a425b9e9b1012bc6647b9d13e76a23 (patch)
treea619a60f6736095008218bfdbb3faba9787521df /buildconfigs/mk.linux-2.6-native
parenteb29a36350b1afd7b023383bb71c4fce48f0eedc (diff)
downloadxen-1c93221134a425b9e9b1012bc6647b9d13e76a23.tar.gz
xen-1c93221134a425b9e9b1012bc6647b9d13e76a23.tar.bz2
xen-1c93221134a425b9e9b1012bc6647b9d13e76a23.zip
Add linux config update script and native linux build.
Update script generates linux config files from others, reducing the burden of maintaining multiple parallel files. Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-native')
-rw-r--r--buildconfigs/mk.linux-2.6-native4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-native b/buildconfigs/mk.linux-2.6-native
new file mode 100644
index 0000000000..c3ee13bdca
--- /dev/null
+++ b/buildconfigs/mk.linux-2.6-native
@@ -0,0 +1,4 @@
+EXTRAVERSION = native
+IMAGE_TARGET = bzImage
+INSTALL_BOOT_PATH = $(DESTDIR)/boot
+include buildconfigs/mk.linux-2.6-xen