summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Vivier2018-06-05 18:09:58 +0200
committerLaurent Vivier2018-06-11 14:40:11 +0200
commit206d1b9c38daed50fcc08d2e743e649fbb82d60b (patch)
tree79918a3a109bbbe8b72c6a5bd5f4fa772d641c71 /Makefile
parentlinux-user: Use is_error() to avoid warnings and make the code clearer (diff)
downloadqemu-206d1b9c38daed50fcc08d2e743e649fbb82d60b.tar.gz
qemu-206d1b9c38daed50fcc08d2e743e649fbb82d60b.tar.xz
qemu-206d1b9c38daed50fcc08d2e743e649fbb82d60b.zip
linux-user: disable qemu-bridge-helper and socket_scm_helper build
linux-user targets don't need them, and if we ask to build statically linked binaries, some static libraries they need are not available. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20180605160958.5434-1-laurent@vivier.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 023b3437ec..e4bc34a1cb 100644
--- a/Makefile
+++ b/Makefile
@@ -351,7 +351,7 @@ $(call set-vpath, $(SRC_PATH))
LIBS+=-lz $(LIBS_TOOLS)
-HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF)
+HELPERS-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_LINUX)) = qemu-bridge-helper$(EXESUF)
ifdef BUILD_DOCS
DOCS=qemu-doc.html qemu-doc.txt qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8