Re: [PATCH] MIPS: DTS: Only build subdir of current platform

2020-05-27 Thread Tiezhu Yang
On 05/28/2020 07:10 AM, Guenter Roeck wrote: On Thu, May 21, 2020 at 10:15:06AM +0800, Tiezhu Yang wrote: Add config check in Makefile to only build the subdir of current platform. E.g. without this patch: AR arch/mips/built-in.a AR arch/mips/boot/dts/brcm/built-in.a AR

Re: [PATCH] MIPS: DTS: Only build subdir of current platform

2020-05-27 Thread Guenter Roeck
On Thu, May 21, 2020 at 10:15:06AM +0800, Tiezhu Yang wrote: > Add config check in Makefile to only build the subdir of current platform. > > E.g. without this patch: > > AR arch/mips/built-in.a > AR arch/mips/boot/dts/brcm/built-in.a > AR arch/mips/boot/dts/cavium-octeon/bui

Re: [PATCH] MIPS: DTS: Only build subdir of current platform

2020-05-24 Thread Thomas Bogendoerfer
On Thu, May 21, 2020 at 10:15:06AM +0800, Tiezhu Yang wrote: > Add config check in Makefile to only build the subdir of current platform. > > E.g. without this patch: > > AR arch/mips/built-in.a > AR arch/mips/boot/dts/brcm/built-in.a > AR arch/mips/boot/dts/cavium-octeon/bui

[PATCH] MIPS: DTS: Only build subdir of current platform

2020-05-20 Thread Tiezhu Yang
Add config check in Makefile to only build the subdir of current platform. E.g. without this patch: AR arch/mips/built-in.a AR arch/mips/boot/dts/brcm/built-in.a AR arch/mips/boot/dts/cavium-octeon/built-in.a AR arch/mips/boot/dts/img/built-in.a AR arch/mips/boo