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

2015-07-18 Thread Simon Glass
On 15 July 2015 at 05:59, Masahiro Yamada 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. > >

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

2015-07-15 Thread Masahiro Yamada
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