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:
Gerd Hoffmann 2020-06-24 15:10:42 +02:00
parent aa9c8573be
commit d39e93d483
3 changed files with 7 additions and 1 deletions

View file

@ -43,5 +43,6 @@ devices-dirs-y += smbios/
endif
common-obj-y += $(devices-dirs-y)
common-obj-m += display/
common-obj-m += usb/
obj-y += $(devices-dirs-y)