]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/ArmVExpressPkg: Fixed when EDK2_ARMVE_STANDALONE is set to zero
authorOlivier Martin <olivier.martin@arm.com>
Thu, 28 Nov 2013 21:36:17 +0000 (21:36 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Nov 2013 21:36:17 +0000 (21:36 +0000)
If EDK2_ARMVE_STANDALONE is not defined then the value is set to 1.
The developer has to explicit set the macro to zero to build a non standalone build.
It means this macro is always defined.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14906 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc

index 64fcb3d4f9b720b54f73578685d356a6e05f1553..f7fafafbb2257d7301b0f0dc71337971811a3d66 100644 (file)
@@ -81,7 +81,7 @@
 ################################################################################\r
 \r
 [PcdsFeatureFlag.common]\r
-!ifdef EDK2_ARMVE_STANDALONE\r
+!if $(EDK2_ARMVE_STANDALONE) == 1\r
   gArmPlatformTokenSpaceGuid.PcdStandalone|TRUE\r
 !else\r
   gArmPlatformTokenSpaceGuid.PcdStandalone|FALSE\r