Re: [PATCH] Makefile: copy SPL_FIT_SOURCE in build directory

2020-04-28 Thread Tom Rini
On Thu, Apr 23, 2020 at 09:39:08AM +0200, Patrick Delaunay wrote: > Copy the .its source file selected by CONFIG_SPL_FIT_SOURCE > in builddir and in a file named "u-boot.its". > > This patch avoid compilation issue when CONFIG_SPL_FIT_SOURCE is used > and KBUILD_OUTPUT is defined, in buildman

Re: [PATCH] Makefile: copy SPL_FIT_SOURCE in build directory

2020-04-27 Thread Marek Vasut
On 4/23/20 9:39 AM, Patrick Delaunay wrote: > Copy the .its source file selected by CONFIG_SPL_FIT_SOURCE > in builddir and in a file named "u-boot.its". > > This patch avoid compilation issue when CONFIG_SPL_FIT_SOURCE is used > and KBUILD_OUTPUT is defined, in buildman for example. > >

[PATCH] Makefile: copy SPL_FIT_SOURCE in build directory

2020-04-23 Thread Patrick Delaunay
Copy the .its source file selected by CONFIG_SPL_FIT_SOURCE in builddir and in a file named "u-boot.its". This patch avoid compilation issue when CONFIG_SPL_FIT_SOURCE is used and KBUILD_OUTPUT is defined, in buildman for example. Signed-off-by: Patrick Delaunay --- Hi, Problem detected with