]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
kbuild: refactor Makefile and spl/Makefile more
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 4 Feb 2014 08:24:37 +0000 (17:24 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 16:10:04 +0000 (11:10 -0500)
commit656de6b819c7a5b830de5a5e374133b631820dbc
tree8087e0c3aaa49b43e8a7f2ec2e99c15031447900
parentcbce795e5ef2175b1fd3ec580281ef8ce397afd7
kbuild: refactor Makefile and spl/Makefile more

This commit refactors rules of directory descending
and defines u-boot-dirs and u-boot-all-dirs.
(We will need u-boot-all-dirs when using
scripts/Makefile.clean)

Additionally, rename LIBS-y to libs-y.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
spl/Makefile