summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorGerd Hoffmann2020-06-24 15:10:45 +0200
committerGerd Hoffmann2020-07-07 15:33:59 +0200
commitef138c77249771081d8c2d09b8e729f7e92cdf28 (patch)
treeeb3ed934c80030f5d934338fe45f45177066cbbf /Makefile.objs
parentvga: build virtio-gpu as module (diff)
downloadqemu-ef138c77249771081d8c2d09b8e729f7e92cdf28.tar.gz
qemu-ef138c77249771081d8c2d09b8e729f7e92cdf28.tar.xz
qemu-ef138c77249771081d8c2d09b8e729f7e92cdf28.zip
chardev: enable modules, use for braille
Removes brlapi library dependency from core qemu. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200624131045.14512-11-kraxel@redhat.com
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 3d45492d8b..d22b3b45d7 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -71,6 +71,7 @@ common-obj-$(CONFIG_TPM) += tpm.o
common-obj-y += backends/
common-obj-y += chardev/
+common-obj-m += chardev/
common-obj-$(CONFIG_SECCOMP) += qemu-seccomp.o
qemu-seccomp.o-cflags := $(SECCOMP_CFLAGS)