From 07c4a51a2988d1a5f7cf34b227e685373ac98bff Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 22 Jan 2018 11:43:29 -0800 Subject: aarch64-softmmu.mak: Use an ARM specific config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Peter Maydell Reviewed-by: Edgar E. Iglesias Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Edgar E. Iglesias --- hw/dma/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/dma') 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 -- cgit v1.1