Commit bc0bd77ed4238295bb0355f4c2d678388a80955a

Authored by Heinrich Schuchardt
Committed by Alexander Graf
1 parent e0abeaccef

MAINTAINERS: correct entry for lib/efi*/

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
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -287,7 +287,7 @@
287 287 S: Maintained
288 288 T: git git://github.com/agraf/u-boot.git
289 289 F: include/efi*
290   -F: lib/efi*
  290 +F: lib/efi*/
291 291 F: test/py/tests/test_efi*
292 292 F: cmd/bootefi.c
293 293