From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 14 Jun 2009 17:11:41 +0200 Subject: [U-Boot] [PATCH/next] add %.c->%.i and %.c->%.s rules In-Reply-To: <1244991828-22250-1-git-send-email-vapier@gentoo.org> References: <1244991828-22250-1-git-send-email-vapier@gentoo.org> Message-ID: <20090614151141.GL22102@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11:03 Sun 14 Jun , Mike Frysinger wrote: > The Linux kernel has some helper rules which allow you to quickly produce > some of the intermediary files from C source. Specifically, you can > create .i files which is the preprocessed output and you can create .s > files which is the assembler output. This is useful when you are trying > to track down header/macro expansion errors or inline assembly errors. > > Signed-off-by: Mike Frysinger > --- I've not seen this this way but yes ack Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.