diff options
author | Gan Qixin | 2020-11-15 13:35:03 +0100 |
---|---|---|
committer | Laurent Vivier | 2020-12-13 17:54:55 +0100 |
commit | f12985f14a05181b34b3cfb935b4136a05726423 (patch) | |
tree | 697f91c2703f9568e63b3149715e17ffce185611 /hw/display/meson.build | |
parent | CODING_STYLE.rst: Be less strict about 80 character limit (diff) | |
download | qemu-f12985f14a05181b34b3cfb935b4136a05726423.tar.gz qemu-f12985f14a05181b34b3cfb935b4136a05726423.tar.xz qemu-f12985f14a05181b34b3cfb935b4136a05726423.zip |
ads7846: moves from the hw/display folder to the hw/input folder.
ads7846 is a touch-screen controller that is an input device rather
than a display device, so move it to the hw/input folder.
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20201115123503.1110665-1-ganqixin@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
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 dad3bd2b41..9d79e3951d 100644 --- a/hw/display/meson.build +++ b/hw/display/meson.build @@ -6,7 +6,6 @@ softmmu_ss.add(when: 'CONFIG_EDID', if_true: files('edid-generate.c', 'edid-regi softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c')) softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb-standalone.c')) -softmmu_ss.add(when: 'CONFIG_ADS7846', if_true: files('ads7846.c')) softmmu_ss.add(when: 'CONFIG_VGA_CIRRUS', if_true: files('cirrus_vga.c')) softmmu_ss.add(when: ['CONFIG_VGA_CIRRUS', 'CONFIG_VGA_ISA'], if_true: files('cirrus_vga_isa.c')) softmmu_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c')) |