Messages in this thread |  | | | Date | Fri, 13 Aug 2004 21:17:04 +0200 | | From | Sam Ravnborg <> | | Subject | Re: [PATCH 1/2] #2 (Generation of *.s files from *.S files in kbuild) |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |