mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-09 05:38:34 +00:00
![Paolo Bonzini](/assets/img/avatar_default.png)
Braille and msmouse support is in hw/, but it is not hardware. Move it to the backends/ directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
185 B
Makefile
7 lines
185 B
Makefile
common-obj-y += rng.o rng-egd.o
|
|
common-obj-$(CONFIG_POSIX) += rng-random.o
|
|
|
|
common-obj-y += msmouse.o
|
|
common-obj-$(CONFIG_BRLAPI) += baum.o
|
|
$(obj)/baum.o: QEMU_CFLAGS += $(SDL_CFLAGS)
|