aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@debian.org>2003-07-10 06:25:37 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-10 06:25:37 -0700
commit162fee6115395eee2851e44115af0701212f752b (patch)
treec39bcecf461033b6eadeac71a7bd66fdebb625c0 /Makefile
parent233382d3d0f5efb03128b9106845a7ff95b9d2a9 (diff)
downloadhistory-162fee6115395eee2851e44115af0701212f752b.tar.gz
[PATCH] Makefile update for parisc
parisc64 machines should build parisc kernels.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bfdf084afbbb..3c6effbe1a7c8 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
- -e s/s390x/s390/ )
+ -e s/s390x/s390/ -e s/parisc64/parisc/ )
# Remove hyphens since they have special meaning in RPM filenames
KERNELPATH=kernel-$(subst -,,$(KERNELRELEASE))