]> git.proxmox.com Git - mirror_qemu.git/blame_incremental - chardev/Makefile.objs
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[mirror_qemu.git] / chardev / Makefile.objs
... / ...
CommitLineData
1chardev-obj-y += char.o
2chardev-obj-$(CONFIG_WIN32) += char-console.o
3chardev-obj-$(CONFIG_POSIX) += char-fd.o
4chardev-obj-y += char-file.o
5chardev-obj-y += char-io.o
6chardev-obj-y += char-mux.o
7chardev-obj-y += char-null.o
8chardev-obj-$(CONFIG_POSIX) += char-parallel.o
9chardev-obj-y += char-pipe.o
10chardev-obj-$(CONFIG_POSIX) += char-pty.o
11chardev-obj-y += char-ringbuf.o
12chardev-obj-y += char-serial.o
13chardev-obj-y += char-socket.o
14chardev-obj-y += char-stdio.o
15chardev-obj-y += char-udp.o
16chardev-obj-$(CONFIG_WIN32) += char-win.o
17chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o