Home
last modified time | relevance | path

Searched hist:"31 f30c9eb60d9ab0bd702e31f66345f99b34bdc6" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/
H A Dconfig.mk31f30c9eb60d9ab0bd702e31f66345f99b34bdc6 Sun Jun 14 15:03:48 UTC 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>