diff options
Diffstat (limited to 'hw/display/meson.build')
| -rw-r--r-- | hw/display/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/meson.build b/hw/display/meson.build index 7db05eace9..dabc0d1da6 100644 --- a/hw/display/meson.build +++ b/hw/display/meson.build @@ -25,7 +25,6 @@ system_ss.add(when: 'CONFIG_BOCHS_DISPLAY', if_true: files('bochs-display.c')) system_ss.add(when: 'CONFIG_BLIZZARD', if_true: files('blizzard.c')) system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_fimd.c')) system_ss.add(when: 'CONFIG_FRAMEBUFFER', if_true: files('framebuffer.c')) -system_ss.add(when: 'CONFIG_ZAURUS', if_true: files('tc6393xb.c')) system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_dss.c')) system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_lcd.c')) |