Skip to content

Commit

Permalink
NetworkPkg: Add LoongArch64 architecture.
Browse files Browse the repository at this point in the history
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053

Add LoongArch64 architecture in to NetworkPkg.

Cc: Maciej Rabeda <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Cc: Siyuan Fu <[email protected]>

Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
  • Loading branch information
kilaterlee authored and mergify[bot] committed Oct 14, 2022
1 parent 2ce4bfb commit e0200cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NetworkPkg/Network.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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

0 comments on commit e0200cc

Please sign in to comment.