mirror of
https://github.com/mii443/qemu.git
synced 2025-12-12 05:18:37 +00:00
vga: build qxl as module
First step in making spice support modular. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200624131045.14512-8-kraxel@redhat.com
This commit is contained in:
@@ -44,7 +44,10 @@ common-obj-$(CONFIG_ARTIST) += artist.o
|
||||
|
||||
obj-$(CONFIG_VGA) += vga.o
|
||||
|
||||
common-obj-$(CONFIG_QXL) += qxl.o qxl-logger.o qxl-render.o
|
||||
ifeq ($(CONFIG_QXL),y)
|
||||
common-obj-m += qxl.mo
|
||||
qxl.mo-objs = qxl.o qxl-logger.o qxl-render.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_VIRTIO_GPU) += virtio-gpu-base.o virtio-gpu.o virtio-gpu-3d.o
|
||||
obj-$(CONFIG_VHOST_USER_GPU) += vhost-user-gpu.o
|
||||
|
||||
Reference in New Issue
Block a user