mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
ArmPkg: Fix Ecc error 10014 in SemihostLib
This patch fixes the following Ecc reported error: No used module files found The source files [ArmPkg/Library/SemihostLib/SemihostPrivate.h] is existing in module ArmPkg/Library/SemihostLib/SemihostLib.inf but is not described in the INF file. Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
29bf905976
commit
11bd8e249f
@ -2,7 +2,7 @@
|
|||||||
# Semihosting JTAG lib
|
# Semihosting JTAG lib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
|
# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
|
||||||
# Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
|
# Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
#
|
#
|
||||||
@ -25,6 +25,7 @@
|
|||||||
#
|
#
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
SemihostLib.c
|
SemihostLib.c
|
||||||
|
SemihostPrivate.h
|
||||||
|
|
||||||
[Sources.ARM]
|
[Sources.ARM]
|
||||||
Arm/GccSemihost.S | GCC
|
Arm/GccSemihost.S | GCC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user