projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6598001
)
build: use -$(CONFIG_SECCOMP) instead of ifeq
author
Paolo Bonzini
<pbonzini@redhat.com>
Sat, 19 Jan 2013 10:06:46 +0000
(11:06 +0100)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 26 Jan 2013 13:15:34 +0000
(13:15 +0000)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
patch
|
blob
|
history
diff --git
a/Makefile.objs
b/Makefile.objs
index 3548f9be957fe4db3324d141a3ff657b06cb8132..3bdb248f0c45d7b6b5d8fa6dd92cd7f49f6e6f8b 100644
(file)
--- 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)