New source files were added without corresponding ./MAINTAINERS file entries. Let's get things up to date.
Reviewed-by: Thomas Huth <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]> --- v2: * Simplify using wildcard patterns [Thomas] --- MAINTAINERS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index af339b86db..72460f938f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -831,9 +831,11 @@ M: Joel Stanley <[email protected]> M: Peter Maydell <[email protected]> L: [email protected] S: Maintained -F: hw/arm/nrf51_soc.c -F: hw/arm/microbit.c -F: include/hw/arm/nrf51_soc.h +F: hw/*/nrf51*.c +F: hw/*/microbit*.c +F: include/hw/*/nrf51*.h +F: include/hw/*/microbit*.h +F: tests/microbit-test.c CRIS Machines ------------- -- 2.20.1
