commit | 7449ab1b3c51fec0d6fd926ce182ddaa3d3787b3 | [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 | 6e0a77fb8ad37c5d8d2d9b7a69544bb91b27c2f2 [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>