]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkPkg: fix build for AARCH64/ARM
authorLeif Lindholm <leif.lindholm@linaro.org>
Thu, 1 Nov 2018 15:01:48 +0000 (15:01 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Mon, 4 Feb 2019 17:09:11 +0000 (17:09 +0000)
Contrary to what the name suggests, some modules in this package are used
on other architecture. ARM is already listed in SUPPORTED_ARCHITECTURES
in the .dsc, but AARCH64 was never added - so do that.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
IntelFrameworkPkg/IntelFrameworkPkg.dsc

index bd5df8c5d90380c548cd7556b1be0047914c0839..f957af78fb67fefa67b7930d61b9f73b932df822 100644 (file)
@@ -26,7 +26,7 @@
   PLATFORM_VERSION               = 0.96\r
   DSC_SPECIFICATION              = 0x00010005\r
   OUTPUT_DIRECTORY               = Build/IntelFramework\r
-  SUPPORTED_ARCHITECTURES        = IA32|X64|EBC|ARM\r
+  SUPPORTED_ARCHITECTURES        = IA32|X64|EBC|ARM|AARCH64\r
   BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r