Re: [PATCH 1/2] #2 (Generation of *.s files from *.S files in kbuild)

From: Sam Ravnborg
Date: Fri Aug 13 2004 - 14:23:08 EST


On Fri, Aug 13, 2004 at 10:09:53PM +0300, Dan Aloni wrote:
> > The .S -> .s is used for assembly.
>
> Actually the only rule I saw that is being used for
> assembly is the .S -> .o rule (examples under
> arch/i386/kernel).

Meant to be used if someone do:
make arch/i386/crypto/aes-i586-asm.s

to see the preprocessed version of the .S file.
It's not used in the normal build process.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/