aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.25-sparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xenolinux-2.4.25-sparse/Makefile')
-rw-r--r--xenolinux-2.4.25-sparse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xenolinux-2.4.25-sparse/Makefile b/xenolinux-2.4.25-sparse/Makefile
index b6ccfb4d95..23c647e495 100644
--- a/xenolinux-2.4.25-sparse/Makefile
+++ b/xenolinux-2.4.25-sparse/Makefile
@@ -10,6 +10,7 @@ KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
# This will be overriden for Xen and UML builds.
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
ARCH ?= $(SUBARCH)
+ARCH := $(ARCH:xeno=xen) ## Temporary hack while users adjust to new archname
KERNELPATH=kernel-$(shell echo $(KERNELRELEASE) | sed -e "s/-//g")