Makefile: copy SPL_FIT_SOURCE in build directory
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 23 Apr 2020 07:39:08 +0000 (09:39 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 27 Apr 2020 18:55:29 +0000 (14:55 -0400)
commit0015e6defe66022b38c4fe0e2c793728ab2c3cdd
treecf77c60bde608bd01f4b7a867b6f572641a4f177
parent31d275b095e2c8c5607ab0e95e8342be7071ddf6
Makefile: copy SPL_FIT_SOURCE in build directory

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 <patrick.delaunay@st.com>
Tested-by: Marek Vasut <marex@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
Makefile