u-boot/post
Masahiro Yamada 5651ccffa4 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>
2014-02-19 11:07:50 -05:00
..
board post: descend only when CONFIG_HAS_POST is defined 2013-12-13 09:17:33 -05:00
cpu post: descend only when CONFIG_HAS_POST is defined 2013-12-13 09:17:33 -05:00
drivers post: descend only when CONFIG_HAS_POST is defined 2013-12-13 09:17:33 -05:00
lib_powerpc Makfile: move suffix rules to Makefile.build 2014-02-19 11:07:50 -05:00
Makefile Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) 2013-12-16 08:59:42 -05:00
post.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
tests.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00