[U-Boot] [PATCH v3 2/2] kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86

Simon Glass sjg at chromium.org
Sat Jul 18 16:37:14 CEST 2015


On 15 July 2015 at 05:59, Masahiro Yamada <yamada.masahiro at socionext.com> wrote:
> 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 at socionext.com>
> ---
>
> Changes in v3:
>   - Fix AVR32 build error
>   - Rebase on u-boot/master (commit 4905dfc)
>
> Changes in v2:
>   - Use 'ifdef CONFIG_CREATE_ARCH_SYMLINK' for readability
>
>  arch/Kconfig              | 7 +++++++
>  arch/powerpc/Kconfig      | 3 +++
>  scripts/Makefile.autoconf | 2 ++
>  3 files changed, 12 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list