diff options
author | Alistair Francis <alistair.francis@xilinx.com> | 2018-01-22 11:43:29 -0800 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2018-01-26 11:09:09 +0100 |
commit | 07c4a51a2988d1a5f7cf34b227e685373ac98bff (patch) | |
tree | 08ca241febb028ebaaa9e3b302a309dd21da1a41 /hw/dma | |
parent | 133d23b3ad1be53105b9950fb18858cf059f2da6 (diff) | |
download | qemu-07c4a51a2988d1a5f7cf34b227e685373ac98bff.zip qemu-07c4a51a2988d1a5f7cf34b227e685373ac98bff.tar.gz qemu-07c4a51a2988d1a5f7cf34b227e685373ac98bff.tar.bz2 |
aarch64-softmmu.mak: Use an ARM specific config
In preperation for having an ARM and MicroBlaze ZynqMP machine let's
split out the current ARM specific config options.
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'hw/dma')
-rw-r--r-- | hw/dma/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dma/Makefile.objs b/hw/dma/Makefile.objs index 0b3a009..c2afecb 100644 --- a/hw/dma/Makefile.objs +++ b/hw/dma/Makefile.objs @@ -9,6 +9,7 @@ common-obj-$(CONFIG_ZYNQ_DEVCFG) += xlnx-zynq-devcfg.o common-obj-$(CONFIG_ETRAXFS) += etraxfs_dma.o common-obj-$(CONFIG_STP2000) += sparc32_dma.o obj-$(CONFIG_XLNX_ZYNQMP) += xlnx_dpdma.o +obj-$(CONFIG_XLNX_ZYNQMP_ARM) += xlnx_dpdma.o obj-$(CONFIG_OMAP) += omap_dma.o soc_dma.o obj-$(CONFIG_PXA2XX) += pxa2xx_dma.o |