u-boot/arch/arm
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 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
dts exynos5: dts: Add device node for XHCI 2013-10-20 23:42:38 +02:00
imx-common i2c: mxc: move to new subsystem 2013-10-17 07:20:24 +02:00
include/asm DWMMC: SMDK5420: Disable SMU for eMMC 2013-10-31 09:55:33 +02:00
lib Coding Style cleanup: replace leading SPACEs by TABs 2013-10-14 16:06:54 -04:00
config.mk Coding Style cleanup: replace leading SPACEs by TABs 2013-10-14 16:06:54 -04:00