aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-native
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-10-30 16:02:33 +0000
committerIan Campbell <ian.campbell@xensource.com>2007-10-30 16:02:33 +0000
commit414614d84e67f0e87539b2a4a0a6b16791a5cc30 (patch)
treef4bc9aa2a97f7cbae983cd47ce545164799a5bed /buildconfigs/mk.linux-2.6-native
parent8cfd4e0e16020eae27a0d198db6cb116c846ab61 (diff)
downloadxen-414614d84e67f0e87539b2a4a0a6b16791a5cc30.tar.gz
xen-414614d84e67f0e87539b2a4a0a6b16791a5cc30.tar.bz2
xen-414614d84e67f0e87539b2a4a0a6b16791a5cc30.zip
Refactor buildconfigs/mk.* to make the common rules separate from the
-xen specific configuration. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-native')
-rw-r--r--buildconfigs/mk.linux-2.6-native2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/mk.linux-2.6-native b/buildconfigs/mk.linux-2.6-native
index 4518222e7d..c7c0949371 100644
--- a/buildconfigs/mk.linux-2.6-native
+++ b/buildconfigs/mk.linux-2.6-native
@@ -2,4 +2,4 @@ EXTRAVERSION = -native
IMAGE_TARGET = bzImage
INSTALL_BOOT_PATH = $(DESTDIR)/boot
-include buildconfigs/mk.linux-2.6-xen
+include buildconfigs/mk.linux-2.6-common