]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: Use Kbuild.include
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 4 Feb 2014 08:24:18 +0000 (17:24 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 16:07:50 +0000 (11:07 -0500)
commitbf4b3de1013c1643ffb8f071292c0f0eabb265c3
tree6076ce8b6f342fedcd3c64c26a63d7055f579188
parentceec4c8746567a0be70147f2c6f25e767347b0a0
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>
Makefile
config.mk
scripts/Kbuild.include
scripts/Makefile.build
spl/Makefile