Platforms/ARM/Juno: add PLATFORM_FLAGS rather than override them

The ArmJuno.dsc [BuildOptions] section adds some include paths to the
compiler flags, by overriding the PLATFORM_FLAGS build variable of all
build types, toolchains and architectures, using an == assignment.

Since some of PLATFORM_FLAGS variants may contain compiler switches that
we may want to keep, using = to add rather than replace is more appropriate
here.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
1 file changed