aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-06-24 15:10:42 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-07 15:33:59 +0200
commitd39e93d4833a75a86cbb60ca5daf45b299b7c78c (patch)
treeabbe5cacba81079768e01a55e1ba92a7669620ac /hw/Makefile.objs
parentaa9c8573be01fd7cdf56ff31df3af0307017a258 (diff)
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
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r--hw/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index af8fd9a510..14b7ea4eb6 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -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)