]> git.proxmox.com Git - mirror_qemu.git/blob - chardev/Makefile.objs
hw/i2c: Document the I2C qdev helpers
[mirror_qemu.git] / chardev / Makefile.objs
1 chardev-obj-y += char.o
2 chardev-obj-$(CONFIG_WIN32) += char-console.o
3 chardev-obj-$(CONFIG_POSIX) += char-fd.o
4 chardev-obj-y += char-fe.o
5 chardev-obj-y += char-file.o
6 chardev-obj-y += char-io.o
7 chardev-obj-y += char-mux.o
8 chardev-obj-y += char-null.o
9 chardev-obj-$(CONFIG_POSIX) += char-parallel.o
10 chardev-obj-y += char-pipe.o
11 chardev-obj-$(CONFIG_POSIX) += char-pty.o
12 chardev-obj-y += char-ringbuf.o
13 chardev-obj-y += char-serial.o
14 chardev-obj-y += char-socket.o
15 chardev-obj-y += char-stdio.o
16 chardev-obj-y += char-udp.o
17 chardev-obj-$(CONFIG_WIN32) += char-win.o
18 chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
19
20 common-obj-y += msmouse.o wctablet.o testdev.o
21
22 ifeq ($(CONFIG_BRLAPI),y)
23 common-obj-m += baum.o
24 baum.o-cflags := $(SDL_CFLAGS)
25 baum.o-libs := $(BRLAPI_LIBS)
26 endif
27
28 common-obj-$(CONFIG_SPICE) += spice.o