u-boot-brain/arch/arm/cpu/arm926ejs
Masahiro Yamada d8769c62c1 arm926ejs: convert makefiles to Kbuild style
Note1:
In arch/arm/cpu/arm926ejs/spear/Makefile
START := start.o
was changed
extra-$(CONFIG_SPL_BUILD) := start.o
because spear/start.o is only used for SPL.

Note2:
START := start.o
was missing from arch/arm/cpu/arm926ejs/mxs/Makefile.
This commit simply adds
extra-$(CONFIG_SPL_BUILD) := start.o

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2013-10-31 12:53:39 -04:00
..
armada100 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
at91 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
davinci arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
kirkwood arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
lpc32xx arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mb86r0x arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mx25 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mx27 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mxs arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
nomadik arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
omap arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
orion5x arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
pantheon arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
spear arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
versatile arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
cache.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
config.mk ARM: refactor compiler options in config.mk 2013-09-23 17:03:05 +02:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
start.S Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00