From: Mike Wolf Date: Fri, 2 Jun 2006 14:53:42 +0000 (-0500) Subject: kbuild: fix make rpm for powerpc X-Git-Tag: v2.6.18-rc1~602^2~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0f3d422bb9ac959383a5ed1a4127f5900f56a8;p=pandora-kernel.git kbuild: fix make rpm for powerpc The default target for most powerpc platforms is zImage. The zImage however is in arch/powerpc/boot and the mkspec script was set up to get the kernel from the top level of the kernel tree. This patch copies vmlinux to arch/powerpc/boot and then copies the kernel to the tmp directory so the rpm can be made. Signed-off-by: Mike Wolf Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed