]> Git Repo - qemu.git/blobdiff - Makefile.objs
i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved
[qemu.git] / Makefile.objs
index 8454b536cfe1faf0f30ef5a26fc4819b3590e68c..4412757309cdce9e88a8f7e17a8c691ebad0e4e4 100644 (file)
@@ -77,6 +77,7 @@ common-obj-y += qemu-char.o #aio.o
 common-obj-y += block-migration.o iohandler.o
 common-obj-y += pflib.o
 common-obj-y += bitmap.o bitops.o
+common-obj-y += page_cache.o
 
 common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o
 common-obj-$(CONFIG_WIN32) += version.o
@@ -95,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
 
This page took 0.02124 seconds and 4 git commands to generate.