diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 11:03:48 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-14 23:36:47 +0200 |
commit | 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6 (patch) | |
tree | a44d066671152ddce3c65044fda7b2cc89360e84 /board/kb9202 | |
parent | 6d1ce387874c1060f27656f70151a52c511cd0e3 (diff) | |
download | u-boot-imx-31f30c9eb60d9ab0bd702e31f66345f99b34bdc6.zip u-boot-imx-31f30c9eb60d9ab0bd702e31f66345f99b34bdc6.tar.gz u-boot-imx-31f30c9eb60d9ab0bd702e31f66345f99b34bdc6.tar.bz2 |
add %.c->%.i and %.c->%.s rules
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 <vapier@gentoo.org>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/kb9202')
0 files changed, 0 insertions, 0 deletions