From: Sam Ravnborg <sam@ravnborg.org>
To: Dan Aloni <da-x@colinux.org>
Cc: Sam Ravnborg <sam@ravnborg.org>, Benno <benjl@cse.unsw.edu.au>,
Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] #2 (Generation of *.s files from *.S files in kbuild)
Date: Fri, 13 Aug 2004 21:17:04 +0200 [thread overview]
Message-ID: <20040813191704.GA9328@mars.ravnborg.org> (raw)
In-Reply-To: <20040813190953.GA14504@callisto.yi.org>
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
next prev parent reply other threads:[~2004-08-13 19:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-12 19:25 Generation of *.s files from *.S files in kbuild Dan Aloni
2004-08-13 0:37 ` Benno
2004-08-13 5:04 ` Sam Ravnborg
2004-08-13 8:09 ` [PATCH 1/2] " Dan Aloni
2004-08-13 9:24 ` [PATCH 1/2] #2 (Generation of *.s files from *.S files in kbuild) Dan Aloni
2004-08-13 18:33 ` Sam Ravnborg
2004-08-13 19:09 ` Dan Aloni
2004-08-13 19:17 ` Sam Ravnborg [this message]
2004-08-14 19:46 ` [PATCH] [#3 1/2] Generate vmlinux.lds instead of vmlinux.lds.s Dan Aloni
2004-08-15 18:35 ` Sam Ravnborg
2004-08-14 19:49 ` [PATCH] [#3 2/2] " Dan Aloni
2004-08-13 8:12 ` Generation of *.s files from *.S files in kbuild Dan Aloni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040813191704.GA9328@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=benjl@cse.unsw.edu.au \
--cc=da-x@colinux.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.