]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
hw/display: Move omap_lcdc.c out of target-specific source set
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 12 Jan 2023 13:49:22 +0000 (14:49 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 16 Jan 2023 16:51:20 +0000 (17:51 +0100)
While only used by the ARM targets, this device can be built
once for all.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221209170042.71169-2-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230112134928.1026006-2-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/display/meson.build

index f860c2c562ac2985dd6dfb41ca8799f06e1b9173..f470179122c5c0704b69a6eb9f1ac5868f56423b 100644 (file)
@@ -115,7 +115,7 @@ if config_all_devices.has_key('CONFIG_VIRTIO_VGA')
   hw_display_modules += {'virtio-vga-gl': virtio_vga_gl_ss}
 endif
 
-specific_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_lcdc.c'))
+softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_lcdc.c'))
 
 softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('acpi-vga-stub.c'))
 modules += { 'hw-display': hw_display_modules }