Skip to content

Commit 7314bde

Browse files
leiflindholmardbiesheuvel
authored andcommitted
EmbeddedPkg: Add LOONGARCH64 and RISCV64 as supported architectures
Both LOONGARCH64 and RISCV64 platforms make use of modules in EmbeddedPkg, for example in OvmfPkg. So add them as supported architectures for the package to simplify build tests. Signed-off-by: Leif Lindholm <[email protected]>
1 parent 1da70e1 commit 7314bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EmbeddedPkg/EmbeddedPkg.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
PLATFORM_VERSION = 0.1
2222
DSC_SPECIFICATION = 0x00010005
2323
OUTPUT_DIRECTORY = Build/Embedded
24-
SUPPORTED_ARCHITECTURES = IA32|X64|AARCH64
24+
SUPPORTED_ARCHITECTURES = IA32|X64|AARCH64|RISCV64|LOONGARCH64
2525
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
2626
SKUID_IDENTIFIER = DEFAULT
2727

0 commit comments

Comments
 (0)