From patchwork Sat Jan 19 10:06:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [2/4] build: use -$(CONFIG_SECCOMP) instead of ifeq Date: Sat, 19 Jan 2013 00:06:46 -0000 From: Paolo Bonzini X-Patchwork-Id: 213812 Message-Id: <1358590008-1681-3-git-send-email-pbonzini@redhat.com> To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, afaerber@suse.de Signed-off-by: Paolo Bonzini Acked-by: Andreas Färber --- Makefile.objs | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index 3548f9b..3bdb248 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -80,11 +80,7 @@ common-obj-$(CONFIG_SLIRP) += slirp/ common-obj-y += backends/ -###################################################################### -# libseccomp -ifeq ($(CONFIG_SECCOMP),y) -common-obj-y += qemu-seccomp.o -endif +common-obj-$(CONFIG_SECCOMP) += qemu-seccomp.o common-obj-$(CONFIG_SMARTCARD_NSS) += $(libcacard-y)