]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.objs
Makefile: Restrict system emulation and tools objects
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sat, 18 Jan 2020 14:06:16 +0000 (15:06 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 19:59:09 +0000 (20:59 +0100)
commit4dd9c3d074e5060e3afe96dd8fd56d3670541edd
treef1885d7f15112eb5d05c6c45baf6829fbdbc5442
parente4f9487b9598c3eeda83daa18364719e7a4a43ec
Makefile: Restrict system emulation and tools objects

Restrict all the system emulation and tools objects with a
Makefile IF (CONFIG_SOFTMMU OR CONFIG_TOOLS) check.

Using the same description over and over is not very helpful.
Use it once, just before the if() block.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200118140619.26333-4-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.objs