diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-06-24 15:10:45 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-07 15:33:59 +0200 |
commit | ef138c77249771081d8c2d09b8e729f7e92cdf28 (patch) | |
tree | eb3ed934c80030f5d934338fe45f45177066cbbf /Makefile.objs | |
parent | 8d5a24c83dba90b08ef163bbf166d6dfbad9019b (diff) | |
download | qemu-ef138c77249771081d8c2d09b8e729f7e92cdf28.zip qemu-ef138c77249771081d8c2d09b8e729f7e92cdf28.tar.gz qemu-ef138c77249771081d8c2d09b8e729f7e92cdf28.tar.bz2 |
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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 3d45492..d22b3b4 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) |