lib/efi* indicates files efi* in directory lib. lib/efi*/ indicates all files in directories lib/efi*.
Fixes: 623b3a579765 efi_selftest: provide an EFI selftest application Cc: Alexander Graf <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 60960cb5de..0f2836cf6e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -287,7 +287,7 @@ M: Alexander Graf <[email protected]> S: Maintained T: git git://github.com/agraf/u-boot.git F: include/efi* -F: lib/efi* +F: lib/efi*/ F: test/py/tests/test_efi* F: cmd/bootefi.c F: tools/file2include.c -- 2.14.2 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

