aboutsummaryrefslogtreecommitdiff
path: root/backends/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2014-06-10 19:15:21 +0800
committerMichael S. Tsirkin <mst@redhat.com>2014-06-19 18:44:20 +0300
commit52330e1a96bd09e8570c5694585798982da27adf (patch)
treeb1f63f6610a3f32db8b38fe283f832b15d56e215 /backends/Makefile.objs
parentbd9262d95f9172a5f4897aeea341c219a6c6cf96 (diff)
hostmem: add file-based HostMemoryBackend
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> MST: comment tweak
Diffstat (limited to 'backends/Makefile.objs')
-rw-r--r--backends/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs
index 7fb7acdd11..506a46c33b 100644
--- a/backends/Makefile.objs
+++ b/backends/Makefile.objs
@@ -8,3 +8,4 @@ baum.o-cflags := $(SDL_CFLAGS)
common-obj-$(CONFIG_TPM) += tpm.o
common-obj-y += hostmem.o hostmem-ram.o
+common-obj-$(CONFIG_LINUX) += hostmem-file.o