]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.objs
target-s390x: avoid AREG0 for FPU helpers
[qemu.git] / Makefile.objs
index 309d0662866a44258231c50c6e3b1672b8a3613c..4412757309cdce9e88a8f7e17a8c691ebad0e4e4 100644 (file)
@@ -96,6 +96,12 @@ common-obj-y += qemu-timer.o qemu-timer-common.o
 
 common-obj-$(CONFIG_SLIRP) += slirp/
 
+######################################################################
+# libseccomp
+ifeq ($(CONFIG_SECCOMP),y)
+common-obj-y += qemu-seccomp.o
+endif
+
 ######################################################################
 # libuser