Re-introduce evaluation of ENABLE_PLAT_COMPAT build flag
authorAchin Gupta <achin.gupta@arm.com>
Sat, 7 Nov 2015 16:19:23 +0000 (16:19 +0000)
committerAchin Gupta <achin.gupta@arm.com>
Sat, 7 Nov 2015 16:49:53 +0000 (16:49 +0000)
commit93271a1e5781e1840f4c29d2fb3ec9a128f0e4be
tree6faab247254ddeca50f6a405723b4a7a2526f570
parent135c9ddd36d326fc03983599fa2bcbfd15ff9afe
Re-introduce evaluation of ENABLE_PLAT_COMPAT build flag

Commit #73c99d4eb377e0e25f7951be53087bf92e7b4b18 had refactored the top level
Makefile. This commit also broke platform ports that still rely on an enabled
ENABLE_PLAT_COMPAT build option since the evaluation of this option was also
accidentally removed from the Makefile.

This patch fixes this break by re-introducing the necessary support to ensure
that this build option is enabled by default if a platform port does not disable
it explicitly.

Fixes ARM-software/tf-issues#332

Change-Id: I2217595d2e0bccae7de98cc6c0ea448b5bf3dae2
Makefile