mirror of https://github.com/acidanthera/audk.git
NetworkPkg: Add LoongArch64 architecture.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053 Add LoongArch64 architecture in to NetworkPkg. Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by: Chao Li <lichao@loongson.cn> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
2ce4bfb843
commit
e0200cc47a
|
@ -9,6 +9,7 @@
|
|||
#
|
||||
# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
||||
# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
|
@ -38,7 +39,7 @@
|
|||
!include NetworkPkg/NetworkComponents.dsc.inc
|
||||
|
||||
!else
|
||||
[Components.IA32, Components.X64, Components.ARM, Components.AARCH64, Components.RISCV64]
|
||||
[Components.IA32, Components.X64, Components.ARM, Components.AARCH64, Components.RISCV64, Components.LOONGARCH64]
|
||||
!include NetworkPkg/NetworkComponents.dsc.inc
|
||||
|
||||
!endif
|
||||
|
|
Loading…
Reference in New Issue