commit | 1a0f3d422bb9ac959383a5ed1a4127f5900f56a8 | [log] [tgz] |
---|---|---|
author | Mike Wolf <mjw@us.ibm.com> | Fri Jun 02 09:53:42 2006 -0500 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Thu Jun 08 20:18:49 2006 +0200 |
tree | 8a0685e2cfeb61d4eec6b2668bfa95a1437023f9 | |
parent | 9870a93d3118239fd7732a0f908e05f67b39a294 [diff] |
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 <mjw@us.ibm.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>