mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
![]() After the change to allow overriding platform specific defaults [1],
the PLAT macro is forced to DEFAULT_PLAT in plat_helpers.mk. But this
makefile is also called for tools. For example in fiptool makefile, as
PLAT is reset to default plat (fvp), we cannot use specific platforms
plat_fiptool.mk files. Put back the setting of PLAT macro in Makefile.
[1]:
|
||
---|---|---|
.. | ||
tbbr | ||
toolchains | ||
arch_features.mk | ||
armv7-a-cpus.mk | ||
build-rules.mk | ||
build_macros.mk | ||
common.mk | ||
defaults.mk | ||
march.mk | ||
plat_helpers.mk | ||
toolchain.mk | ||
utilities.mk |