meson.build (70eb9f9cd1c0b519b31df8ab08ee2198b0e16176) | meson.build (b609b7e3199912e16ef3b0447823f21fed73597e) |
---|---|
1softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c')) 2softmmu_ss.add(when: 'CONFIG_CMSDK_APB_UART', if_true: files('cmsdk-apb-uart.c')) 3softmmu_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c')) 4softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c')) 5softmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c')) 6softmmu_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c')) 7softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c')) 8softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c')) --- 16 unchanged lines hidden (view full) --- 25 26softmmu_ss.add(when: 'CONFIG_AVR_USART', if_true: files('avr_usart.c')) 27softmmu_ss.add(when: 'CONFIG_COLDFIRE', if_true: files('mcf_uart.c')) 28softmmu_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-uart.c')) 29softmmu_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_uart.c')) 30softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_uart.c')) 31softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_aux.c')) 32softmmu_ss.add(when: 'CONFIG_RENESAS_SCI', if_true: files('renesas_sci.c')) | 1softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c')) 2softmmu_ss.add(when: 'CONFIG_CMSDK_APB_UART', if_true: files('cmsdk-apb-uart.c')) 3softmmu_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c')) 4softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c')) 5softmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c')) 6softmmu_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c')) 7softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c')) 8softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c')) --- 16 unchanged lines hidden (view full) --- 25 26softmmu_ss.add(when: 'CONFIG_AVR_USART', if_true: files('avr_usart.c')) 27softmmu_ss.add(when: 'CONFIG_COLDFIRE', if_true: files('mcf_uart.c')) 28softmmu_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-uart.c')) 29softmmu_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_uart.c')) 30softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_uart.c')) 31softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_aux.c')) 32softmmu_ss.add(when: 'CONFIG_RENESAS_SCI', if_true: files('renesas_sci.c')) |
33softmmu_ss.add(when: 'CONFIG_SIFIVE_UART', if_true: files('sifive_uart.c')) |
|
33softmmu_ss.add(when: 'CONFIG_SH4', if_true: files('sh_serial.c')) 34softmmu_ss.add(when: 'CONFIG_STM32F2XX_USART', if_true: files('stm32f2xx_usart.c')) 35softmmu_ss.add(when: 'CONFIG_MCHP_PFSOC_MMUART', if_true: files('mchp_pfsoc_mmuart.c')) 36 37specific_ss.add(when: 'CONFIG_HTIF', if_true: files('riscv_htif.c')) 38specific_ss.add(when: 'CONFIG_TERMINAL3270', if_true: files('terminal3270.c')) 39specific_ss.add(when: 'CONFIG_VIRTIO', if_true: files('virtio-serial-bus.c')) 40specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_vty.c')) | 34softmmu_ss.add(when: 'CONFIG_SH4', if_true: files('sh_serial.c')) 35softmmu_ss.add(when: 'CONFIG_STM32F2XX_USART', if_true: files('stm32f2xx_usart.c')) 36softmmu_ss.add(when: 'CONFIG_MCHP_PFSOC_MMUART', if_true: files('mchp_pfsoc_mmuart.c')) 37 38specific_ss.add(when: 'CONFIG_HTIF', if_true: files('riscv_htif.c')) 39specific_ss.add(when: 'CONFIG_TERMINAL3270', if_true: files('terminal3270.c')) 40specific_ss.add(when: 'CONFIG_VIRTIO', if_true: files('virtio-serial-bus.c')) 41specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_vty.c')) |