aboutsummaryrefslogtreecommitdiff
path: root/hw/adc/meson.build
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2021-05-18 15:51:24 -0500
committerCorey Minyard <cminyard@mvista.com>2021-06-17 07:10:32 -0500
commit246f530cdb5a93b5da6db2c2fb00549b4081d943 (patch)
treeafabaef5474062ca556efb01ba48288f1754633e /hw/adc/meson.build
parent38848ce565849e5b867a5e08022b3c755039c11a (diff)
adc: Move the zynq-xadc file to the adc directories
It's an ADC, put it where it belongs. Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com> Cc: Alistair Francis <alistair@alistair23.me> Cc: Peter Maydell <peter.maydell@linaro.org> Cc: qemu-arm@nongnu.org Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'hw/adc/meson.build')
-rw-r--r--hw/adc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/adc/meson.build b/hw/adc/meson.build
index 6ddee23813..3d397b4ea1 100644
--- a/hw/adc/meson.build
+++ b/hw/adc/meson.build
@@ -1,2 +1,3 @@
softmmu_ss.add(when: 'CONFIG_STM32F2XX_ADC', if_true: files('stm32f2xx_adc.c'))
softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_adc.c'))
+softmmu_ss.add(when: 'CONFIG_ZYNQ', if_true: files('zynq-xadc.c')) \ No newline at end of file