MAINTAINERS: Extend the device fuzzing section
[qemu/ar7.git] / chardev / Makefile.objs
blob3783dadc4c758b726f3cbd3eb4b683fec495131e
1 chardev-obj-y += char.o
2 chardev-obj-$(CONFIG_SOFTMMU) += chardev-sysemu.o
3 chardev-obj-$(CONFIG_WIN32) += char-console.o
4 chardev-obj-$(CONFIG_POSIX) += char-fd.o
5 chardev-obj-y += char-fe.o
6 chardev-obj-y += char-file.o
7 chardev-obj-y += char-io.o
8 chardev-obj-y += char-mux.o
9 chardev-obj-y += char-null.o
10 chardev-obj-$(CONFIG_POSIX) += char-parallel.o
11 chardev-obj-y += char-pipe.o
12 chardev-obj-$(CONFIG_POSIX) += char-pty.o
13 chardev-obj-y += char-ringbuf.o
14 chardev-obj-y += char-serial.o
15 chardev-obj-y += char-socket.o
16 chardev-obj-y += char-stdio.o
17 chardev-obj-y += char-udp.o
18 chardev-obj-$(CONFIG_WIN32) += char-win.o
19 chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
21 common-obj-$(CONFIG_SOFTMMU) += msmouse.o wctablet.o testdev.o
23 ifeq ($(CONFIG_BRLAPI),y)
24 common-obj-m += baum.o
25 baum.o-cflags := $(SDL_CFLAGS)
26 baum.o-libs := $(BRLAPI_LIBS)
27 endif
29 common-obj-$(CONFIG_SPICE) += spice.o