commit | bf4b3de1013c1643ffb8f071292c0f0eabb265c3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Feb 04 17:24:18 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 11:07:50 2014 -0500 |
tree | 6076ce8b6f342fedcd3c64c26a63d7055f579188 | |
parent | ceec4c8746567a0be70147f2c6f25e767347b0a0 [diff] |
kbuild: Use Kbuild.include This commit adjusts some files to use Kbuild.include. - Use cc-option defined in Kbuild.include (Delete cc-option in config.mk) - Use cc-version defined in (Delete cc-version in config.mk) - Move binutils-version and dtc-version to Kbuild.include by analogy to cc-version This commit also adds srctree (same as SRCTREE) to use Kbuild scripts. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>