QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
797 B
25 lines
797 B
chardev-obj-y += char.o
|
|
chardev-obj-$(CONFIG_WIN32) += char-console.o
|
|
chardev-obj-$(CONFIG_POSIX) += char-fd.o
|
|
chardev-obj-y += char-fe.o
|
|
chardev-obj-y += char-file.o
|
|
chardev-obj-y += char-io.o
|
|
chardev-obj-y += char-mux.o
|
|
chardev-obj-y += char-null.o
|
|
chardev-obj-$(CONFIG_POSIX) += char-parallel.o
|
|
chardev-obj-y += char-pipe.o
|
|
chardev-obj-$(CONFIG_POSIX) += char-pty.o
|
|
chardev-obj-y += char-ringbuf.o
|
|
chardev-obj-y += char-serial.o
|
|
chardev-obj-y += char-socket.o
|
|
chardev-obj-y += char-stdio.o
|
|
chardev-obj-y += char-udp.o
|
|
chardev-obj-$(CONFIG_WIN32) += char-win.o
|
|
chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
|
|
|
|
common-obj-y += msmouse.o wctablet.o testdev.o
|
|
common-obj-$(CONFIG_BRLAPI) += baum.o
|
|
baum.o-cflags := $(SDL_CFLAGS)
|
|
baum.o-libs := $(BRLAPI_LIBS)
|
|
|
|
common-obj-$(CONFIG_SPICE) += spice.o
|
|
|