summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdul Lateef Attar <AbdulLateef.Attar@amd.com>2024-09-17 10:18:08 +0300
committerAbdul Lateef Attar <80956128+abdattar@users.noreply.github.com>2024-09-27 08:04:55 +0300
commitf97d594a1578d45e08c9164c4f2ae6d27382f498 (patch)
treec99efe626791af142dca5b17b8bf87ce7b5f429d
parent451204c3397464c6fcced538c6670b5599275c21 (diff)
downloadedk2-platforms-f97d594a1578d45e08c9164c4f2ae6d27382f498.tar.xz
AmdMinBoardPkg: Fix the stuart_ci_build failure
Remove blank space between "|" so that parser can recognize the architecture and build type. Cc: Abner Chang <abner.chang@amd.com> Cc: Paul Grimes <paul.grimes@amd.com> Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
-rw-r--r--Platform/AMD/AmdMinBoardPkg/AmdMinBoardPkg.dsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Platform/AMD/AmdMinBoardPkg/AmdMinBoardPkg.dsc b/Platform/AMD/AmdMinBoardPkg/AmdMinBoardPkg.dsc
index d7a4f7650c..0e8bb4d178 100644
--- a/Platform/AMD/AmdMinBoardPkg/AmdMinBoardPkg.dsc
+++ b/Platform/AMD/AmdMinBoardPkg/AmdMinBoardPkg.dsc
@@ -13,8 +13,8 @@
PLATFORM_NAME = AmdMinBoardPkg
PLATFORM_VERSION = 0.1
OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
- BUILD_TARGETS = DEBUG | RELEASE | NOOPT
- SUPPORTED_ARCHITECTURES = IA32 | X64
+ BUILD_TARGETS = DEBUG|RELEASE|NOOPT
+ SUPPORTED_ARCHITECTURES = IA32|X64
[Packages]
AmdMinBoardPkg/AmdMinBoardPkg.dec