diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-09 23:18:21 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-09-15 15:32:22 +0300 |
commit | 8a90f9008ba8d45de617ee5979a81e6d1e5026a8 (patch) | |
tree | c3e5317cd84816814c7106a19142cb74be6d53ae | |
parent | d46d14e63150120aecbd2ddf76af9b4a3eea8cc8 (diff) | |
download | qemu-8a90f9008ba8d45de617ee5979a81e6d1e5026a8.tar.gz qemu-8a90f9008ba8d45de617ee5979a81e6d1e5026a8.tar.bz2 qemu-8a90f9008ba8d45de617ee5979a81e6d1e5026a8.zip |
MAINTAINERS: Add include/hw/sh4/ to SH4 section
get_maintainer.pl now properly recognizes that the files in
include/hw/sh4/ belong to SH4.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0edd7b3fdb..9b10356bf0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -187,6 +187,7 @@ S: Odd Fixes F: target-sh4/ F: hw/sh4/ F: disas/sh4.c +F: include/hw/sh4/ SPARC M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |