commit | 20f629549b30a1154c8b5e830cb10a0c0faa875f | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Tue Oct 11 09:25:40 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Oct 11 09:59:32 2005 +1000 |
tree | 39ea48bbdb63a9a3d43f477e28de019d44100da7 | |
parent | 3c3f42d63a11f2e22dbff6bb4d170f92dbd39316 [diff] |
powerpc: Make building the boot image work for both 32-bit and 64-bit At the moment we don't have a merged arch/powerpc/boot, so we build the boot images in arch/ppc/boot and arch/ppc64/boot. Unfortunately the makefile targets are different in those two directories, so this makes a change to accommodate both for the moment. Signed-off-by: Paul Mackerras <paulus@samba.org>