Searched hist:"31 f30c9e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | config.mk | 31f30c9e Sun Jun 14 10:03:48 CDT 2009 Mike Frysinger <vapier@gentoo.org> 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>
|