From 112df929d3fa7f2347e5eb1bb730d78af3dfb9f2 Mon Sep 17 00:00:00 2001
From: nic <nic>
Date: Thu, 17 Feb 2005 20:43:11 +0000
Subject: [PATCH] ia64 needs make vmlinux on 2.6-suse, and it works on rhel-2.4
 as well

---
 build/lmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/lmake b/build/lmake
index ba3a1866d3..f149a4b894 100755
--- a/build/lmake
+++ b/build/lmake
@@ -351,7 +351,7 @@ build_kernel()
 	i386 | i586 | i686 | athlon | x86_64)
 	    $MAKE_J "$MAKE_CC" bzImage || fatal 1 "Error making bzImage."
 	    ;;
-        ppc | ppc64)
+    ia64 | ppc | ppc64)
 	    $MAKE_J "$MAKE_CC" vmlinux || fatal 1 "Error making vmlinux."
 	    ;;
 	*)
-- 
GitLab