diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-12-12 13:48:42 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-12-19 16:29:29 +0100 |
commit | 3bdc111178e11a9a9a3e77cad3f8d61122557d46 (patch) | |
tree | 469995df62ff2a00e7ee271d0009e717c2b45946 /EmbeddedPkg/EmbeddedPkg.dsc | |
parent | 5f0b035f107d51a75de836345fd4b403d066a209 (diff) | |
download | edk2-3bdc111178e11a9a9a3e77cad3f8d61122557d46.tar.gz edk2-3bdc111178e11a9a9a3e77cad3f8d61122557d46.tar.bz2 edk2-3bdc111178e11a9a9a3e77cad3f8d61122557d46.zip |
EmbeddedPkg: remove GdbDebugAgent library
The GdbDebugAgent library is unused and unmaintained, and now it
turns out it doesn't build with Clang, so let's just get rid of it.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dsc')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index 9dc1b63dfb..4d9e6399d5 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -237,7 +237,6 @@ EmbeddedPkg/Library/AcpiLib/AcpiLib.inf
EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
EmbeddedPkg/Library/FdtLib/FdtLib.inf
- EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
|