]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GNUmakefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / GNUmakefile
index 464f43277455128a1207554dc28f286578447f5d..5275f657efe8d4c6a921c6fe58d07e4c6c899a8a 100644 (file)
@@ -29,6 +29,9 @@ ifndef HOST_ARCH
   ifneq (,$(findstring riscv64,$(uname_m)))\r
     HOST_ARCH=RISCV64\r
   endif\r
+  ifneq (,$(findstring loongarch64,$(uname_m)))\r
+    HOST_ARCH=LOONGARCH64\r
+  endif\r
   ifndef HOST_ARCH\r
     $(info Could not detected HOST_ARCH from uname results)\r
     $(error HOST_ARCH is not defined!)\r
@@ -57,7 +60,6 @@ APPLICATIONS = \
   GenSec \\r
   GenCrc32 \\r
   LzmaCompress \\r
-  Split \\r
   TianoCompress \\r
   VolInfo \\r
   DevicePath\r