Keep assembler output

I am writing a kernel module and I would like to examine the assembly output generated by the compiler. How can I do this when my makefile is invoked from the kernel makefile?

I am cross compiling for PPC.

kernel 2.6.12.3 gcc 3.3.5

Thanks,

Gregg

Reply to
gb
Loading thread data ...

these are only guesses since I haven't done this myself

COPTS=-S make

or edit the kernel makefiles to include the -S on applicable lines?

Reply to
root

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.