From: Paolo Bonzini Date: Sat, 19 Jan 2013 10:06:46 +0000 (+0100) Subject: build: use -$(CONFIG_SECCOMP) instead of ifeq X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=737f351892e271fb3080c3c26e6453d939dd1d68;p=qemu.git build: use -$(CONFIG_SECCOMP) instead of ifeq Signed-off-by: Paolo Bonzini Acked-by: Andreas Färber Signed-off-by: Blue Swirl --- diff --git a/Makefile.objs b/Makefile.objs index 3548f9be95..3bdb248f0c 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)