]> code.ossystems Code Review - meta-freescale.git/commit
imx_atf: unexport variables instead of set in compile task
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 3 Dec 2021 09:54:30 +0000 (09:54 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 3 Dec 2021 10:05:51 +0000 (10:05 +0000)
commitad889575ae02de982a47f642db9c9fbfc17c1873
tree2462189b4a6766ef68f9e5a51c15cfbf5e5bd47c
parentd70adb5df845c1adb35335a3fabebf54fcee43a0
imx_atf: unexport variables instead of set in compile task

CFLAGS, LDFLAGS, AS and LD variables are defined in TF-A Makefile and
are dependent on the target build.

Unexport those flags from build so they can be picked up by TF-A in a
form it is defined in Makefile and not provided by OE build.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Cc: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/imx-atf/imx-atf_2.4.bb