]> git.proxmox.com Git - mirror_qemu.git/blob - chardev/Makefile.objs
3c4a328de896edca2b42575d5b9fcdb41f16f901
[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-$(CONFIG_WIN32) += char-win.o
8 chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o