diff options
author | Leif Lindholm <quic_llindhol@quicinc.com> | 2024-09-30 11:11:21 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-02 02:58:31 +0000 |
commit | eac33b88f4c4a1b0f42c7d6a72fed92bec593d54 (patch) | |
tree | 4f5ed487192bedb36ebc1d033682076b52087711 | |
parent | 9a1d54665cda0e952df6f261aaf61666df89c83a (diff) | |
download | edk2-eac33b88f4c4a1b0f42c7d6a72fed92bec593d54.zip edk2-eac33b88f4c4a1b0f42c7d6a72fed92bec593d54.tar.gz edk2-eac33b88f4c4a1b0f42c7d6a72fed92bec593d54.tar.bz2 |
Maintainers.txt: add all files in BaseFdtLib to component
There are many source files in MdePkg/Library/BaseFdtLib, but only
one of them was highlighted as maintained by the library maintainers.
This feels like an oversight, so change this to be BaseFdtLib/*,
applying to all files in directory.
Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
-rw-r--r-- | Maintainers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Maintainers.txt b/Maintainers.txt index a54eb17..297f74b 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -405,7 +405,7 @@ M: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakasha R: K N Karthik <karthik.k.n@intel.com> [karthikkabbigere1]
MdePkg: FDT related library instance
-F: MdePkg/Library/BaseFdtLib/FdtLib.c
+F: MdePkg/Library/BaseFdtLib/*
F: MdePkg/Include/Library/FdtLib.h
M: Benny Lin <benny.lin@intel.com> [Benny3345678]
R: Gua Guo <gua.guo@intel.com> [gguo11837463]
|