]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.objs
xhci: rename xhci_complete_packet to xhci_try_complete_packet
[mirror_qemu.git] / Makefile.objs
index cf2f38771661bf7db865df2704595ebfe2e70ee8..431fc592643aef08fa0fc0d7e839928b0b0dc0f6 100644 (file)
@@ -4,6 +4,8 @@ stub-obj-y = stubs/ crypto/
 util-obj-y = util/ qobject/ qapi/
 util-obj-y += qmp-introspect.o qapi-types.o qapi-visit.o qapi-event.o
 
+chardev-obj-y = chardev/
+
 #######################################################################
 # block-obj-y is code used by both qemu system emulation and qemu-img
 
@@ -51,8 +53,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 += page_cache.o
+common-obj-y += page_cache.o #aio.o
 
 common-obj-$(CONFIG_SPICE) += spice-qemu-char.o