u-boot-brain/arch/arm/cpu/arm926ejs/spear
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
..
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
reset.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spear600.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
spl_boot.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
spl.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spr600_mt47h32m16_37e_166_cl4_sync.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
spr600_mt47h32m16_333_cl5_psync.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
spr600_mt47h64m16_3_333_cl5_psync.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
spr600_mt47h128m8_3_266_cl5_async.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
start.S Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
timer.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
u-boot-spl.lds Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00