]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 15 Jul 2015 11:59:29 +0000 (20:59 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:09 +0000 (13:49 +0200)
commitaa3ebd7f1835f10dfd62dafd4eb5bb0cd2322bfe
tree40fc1a64ea24e4b677987720faa7f204f14f7eb4
parent0b10399f1d562eb307959b1b9f02bc4ee2ececd2
kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86

The symbolic link to SoC/CPU specific header directory is created
during the build, while it is only necessary for ARM, AVR32, SPARC,
x86, and some CPUs of PowerPC.  For the other architectures, it just
results in a broken symbolic link.

Introduce CONFIG_CREATE_ARCH_SYMLINK to not create unneeded symbolic
links.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
arch/powerpc/Kconfig
scripts/Makefile.autoconf