diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2014-06-10 19:15:21 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-06-19 18:44:20 +0300 |
commit | 52330e1a96bd09e8570c5694585798982da27adf (patch) | |
tree | b1f63f6610a3f32db8b38fe283f832b15d56e215 /backends/Makefile.objs | |
parent | bd9262d95f9172a5f4897aeea341c219a6c6cf96 (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.objs | 1 |
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 |