]> git.proxmox.com Git - mirror_qemu.git/blob - chardev/Makefile.objs
char: move socket chardev to its own file
[mirror_qemu.git] / chardev / Makefile.objs
1 chardev-obj-y += char.o
2 chardev-obj-$(CONFIG_POSIX) += char-fd.o
3 chardev-obj-y += char-io.o
4 chardev-obj-y += char-mux.o
5 chardev-obj-y += char-null.o
6 chardev-obj-y += char-ringbuf.o
7 chardev-obj-y += char-socket.o
8 chardev-obj-$(CONFIG_WIN32) += char-win.o
9 chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o