]> git.proxmox.com Git - mirror_qemu.git/blame - chardev/Makefile.objs
char: move stdio in its own file
[mirror_qemu.git] / chardev / Makefile.objs
CommitLineData
32d955a4 1chardev-obj-y += char.o
894593af 2chardev-obj-$(CONFIG_POSIX) += char-fd.o
6fdafac1 3chardev-obj-y += char-file.o
a6da7ffa 4chardev-obj-y += char-io.o
df85a78b 5chardev-obj-y += char-mux.o
247c92af 6chardev-obj-y += char-null.o
bf51f628 7chardev-obj-y += char-ringbuf.o
d24ca4b8 8chardev-obj-y += char-socket.o
d1800815 9chardev-obj-y += char-stdio.o
3b4482a2 10chardev-obj-y += char-udp.o
503ebefe 11chardev-obj-$(CONFIG_WIN32) += char-win.o
0e58f177 12chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o