mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00
Merge "fix(build): pass the PLAT option during FIP tool compilation" into integration
This commit is contained in:
commit
bd298f5c30
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1716,7 +1716,7 @@ fwu_fip: ${BUILD_PLAT}/${FWU_FIP_NAME}
|
||||||
|
|
||||||
${FIPTOOL}: FORCE
|
${FIPTOOL}: FORCE
|
||||||
ifdef UNIX_MK
|
ifdef UNIX_MK
|
||||||
$(q)${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" FIPTOOL=${FIPTOOL} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} --no-print-directory -C ${FIPTOOLPATH} all
|
$(q)${MAKE} PLAT=${PLAT} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" FIPTOOL=${FIPTOOL} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} --no-print-directory -C ${FIPTOOLPATH} all
|
||||||
else
|
else
|
||||||
# Clear the MAKEFLAGS as we do not want
|
# Clear the MAKEFLAGS as we do not want
|
||||||
# to pass the gnumake flags to nmake.
|
# to pass the gnumake flags to nmake.
|
||||||
|
|
Loading…
Add table
Reference in a new issue