summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-10 00:29:03 +0300
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-31 13:03:46 +0400
commit178fe0ae9d879777d31b0494459f172fa5db064e (patch)
tree027664620b89d6f5587ccee5a15c781031c8d924 /Makefile.objs
parent0b663b7d77f1a2170fe30a91e3d6de1bb769a378 (diff)
downloadqemu-178fe0ae9d879777d31b0494459f172fa5db064e.tar.gz
char: move to chardev/
The following commits will split char.c in several files. Let's put them in a subdirectory. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 01cef866e4..cad4c54740 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -51,7 +51,7 @@ common-obj-$(CONFIG_POSIX) += os-posix.o
common-obj-$(CONFIG_LINUX) += fsdev/
common-obj-y += migration/
-common-obj-y += qemu-char.o #aio.o
+common-obj-y += chardev/ #aio.o
common-obj-y += page_cache.o
common-obj-$(CONFIG_SPICE) += spice-qemu-char.o