diff options
author | Peter Maydell | 2020-07-17 17:25:08 +0200 |
---|---|---|
committer | Peter Maydell | 2020-07-20 12:02:46 +0200 |
commit | d69cda7ed722e445d03e1ace6563bab3a76e023e (patch) | |
tree | 597cd5464c4597f7a0784e989d0e7bbc5d0da2fb /gdbstub.c | |
parent | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200717' into staging (diff) | |
download | qemu-d69cda7ed722e445d03e1ace6563bab3a76e023e.tar.gz qemu-d69cda7ed722e445d03e1ace6563bab3a76e023e.tar.xz qemu-d69cda7ed722e445d03e1ace6563bab3a76e023e.zip |
Makefile: Remove config-devices.mak on "make clean"
The config-devices.mak files are generated by "make", and so they
should be deleted by "make clean".
(This is different from config-host.mak and config-all-disas.mak,
which are created by "configure" and so only deleted by
"make distclean".)
If we don't delete these files on "make clean", then the build
tree is left in a state where it has the config-devices.mak
file but not the config-devices.mak.d file, and make will not
realize that it needs to rebuild config-devices.mak if, for
instance, hw/sd/Kconfig changes.
NB: config-all-devices.mak is also generated by "make", but we
already remove it on "make clean".
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200717152508.10272-1-peter.maydell@linaro.org
Diffstat (limited to 'gdbstub.c')
0 files changed, 0 insertions, 0 deletions