u-boot-brain/arch/arm
Masahiro Yamada 9b6e2c363f kbuild: fix CROSS_COMPILE settings in config.mk
The syntax
  CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

  ifeq ($(CROSS_COMPILE),)
  CROSS_COMPILE := <cross_compiler_prefix>
  endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-03-04 12:15:30 -05:00
..
cpu sizes.h - consolidate for all architectures 2014-03-04 12:15:01 -05:00
dts venice2: move device tree to fix build error 2014-02-20 12:00:20 -05:00
imx-common kbuild: use shorten logs for IMX images 2014-02-25 11:01:29 -05:00
include/asm sizes.h - consolidate for all architectures 2014-03-04 12:15:01 -05:00
lib Merge branch 'master' of git://git.denx.de/u-boot-arm 2014-02-26 16:49:58 -05:00
config.mk kbuild: fix CROSS_COMPILE settings in config.mk 2014-03-04 12:15:30 -05:00