From 178fe0ae9d879777d31b0494459f172fa5db064e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sat, 10 Dec 2016 00:29:03 +0300 Subject: char: move to chardev/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following commits will split char.c in several files. Let's put them in a subdirectory. Signed-off-by: Marc-André Lureau Reviewed-by: Eric Blake --- Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.objs') 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 -- cgit v1.2.1