]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: clear VENDOR variable to fix build error on tcsh
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 21 Oct 2014 04:18:32 +0000 (13:18 +0900)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 20:35:12 +0000 (16:35 -0400)
commit5b3ee386fde82a1ba42ff09b95247842c9a1585e
tree5a932ead00157fd46429dcb45a1b5224db673249
parent03a3536c7b7f2902932606da9248c6f08318174a
kbuild: clear VENDOR variable to fix build error on tcsh

Since the environment "VENDOR" is set in tcsh, it must be cleared in our
makefile.  Otherwise, boards without CONFIG_SYS_VENDOR fail to build:

  > make CROSS_COMPILE=arm-linux-gnueabi- wandboard_quad_defconfig all
    [ snip ]
    AR      arch/arm/lib/lib.a
    CC      arch/arm/lib/eabi_compat.o
  scripts/Makefile.build:55: /home/foo/u-boot/board/unknown/wandboard/ \
  Makefile: No such file or directory
  make[2]: *** No rule to make target `/home/foo/u-boot/board/unknown/ \
  wandboard/Makefile'.  Stop.
  make[1]: *** [board/unknown/wandboard] Error 2
  make: *** [__build_one_by_one] Error 2

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reported-by: Tom Everett <tom@khubla.com>
Reported-by: Jeroen Hofstee <jeroen@myspectrum.nl>
config.mk