Re: [Qemu-devel] [PATCH 2/4] build: use -$(CONFIG_SECCOMP) instead of ifeq

2013-01-19 Thread Andreas Färber
Am 19.01.2013 11:06, schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini Acked-by: Andreas Färber Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

[Qemu-devel] [PATCH 2/4] build: use -$(CONFIG_SECCOMP) instead of ifeq

2013-01-19 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- 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