]> git.ipfire.org Git - people/ms/u-boot.git/commit
Makfile: move suffix rules to Makefile.build
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 4 Feb 2014 08:24:14 +0000 (17:24 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 16:07:50 +0000 (11:07 -0500)
commit5651ccffa4aa8ac36961f376927df253b7d0c035
tree67b9fbbd04f28b25a07ee4de4c8ea464f0622ed6
parenta0b14c3f0a94ecb4d8210a249d25fdf37185f39b
Makfile: move suffix rules to Makefile.build

This commit moves suffix rules from config.mk
to scripts/Makefile.build, which will allow us
to switch smoothly to real Kbuild.

Note1:
post/lib_powerpc/fpu/Makefile has
its own rule to compile C sources.
We need to tweak it to keep the same behavior.

Note2:
There are two file2 with the same name:
arch/arm/lib/crt0.S and eamples/api/crt0.S.
To keep the same build behavior,
examples/api/Makefile also has to be treaked.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
config.mk
examples/api/Makefile
post/lib_powerpc/fpu/Makefile
scripts/Makefile.build