diff options
author | Laurent Vivier <laurent@vivier.eu> | 2024-10-03 09:06:20 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-10-03 17:26:05 +0300 |
commit | b0577f995cc7b1dd665dcf00dc826d5b1c6cd415 (patch) | |
tree | 43993f6ee194b3332d5d1dd71095f4acc4cd0d3d | |
parent | 0e60fc80938d9ce84274a36ddfaaa640bdef2be8 (diff) | |
download | qemu-b0577f995cc7b1dd665dcf00dc826d5b1c6cd415.zip qemu-b0577f995cc7b1dd665dcf00dc826d5b1c6cd415.tar.gz qemu-b0577f995cc7b1dd665dcf00dc826d5b1c6cd415.tar.bz2 |
MAINTAINERS: remove gensyscalls.sh from the linux-user section
The file has been removed by c52e40596834
("linux-user,loongarch: move to syscalltbl file").
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4ee2699..d013db1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3685,7 +3685,6 @@ F: configs/targets/*linux-user.mak F: scripts/qemu-binfmt-conf.sh F: scripts/update-syscalltbl.sh F: scripts/update-mips-syscall-args.sh -F: scripts/gensyscalls.sh Tiny Code Generator (TCG) ------------------------- |