[PATCH 8/15] zImage: Cleanup and improve zImage entry point

Geoff Levand geoffrey.levand at am.sony.com
Sat Mar 17 14:15:43 EST 2007


David Gibson wrote:
> On Fri, Mar 16, 2007 at 11:21:35AM -0500, Scott Wood wrote:
>> One problem with that is that the wrapper currently only accepts one
>> platform .o file -- and presumably one isn't going to want to do all of
>> the platform code in assembly.
> 
> Um.. nobody does it yet, but I don't think there's actually any reason
> that $platformo can't be set to a list of multiple .o files.

I have it setup like this, from a mix of .c and .S sources:

+ps3)
+    platformo="$object/head_64.o $object/smp.o $object/ps3-hvcall.o $object/ps3.o"

-Geoff




More information about the Linuxppc-dev mailing list