diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-04-27 16:14:59 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-08-19 21:28:25 +0200 |
commit | f78bf4f941be7af9b8c488a4d6afd0ab6604f442 (patch) | |
tree | f8c5811faa8b645ee1c14483ec7f1c2cda5150b8 /hw/dma | |
parent | 604b3a7c51d6de3948b585a512eb7c99c881edd2 (diff) |
hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines
The xlnx_dpdma device is only used by the ZynqMP AArch64 machine
(not the MicroBlaze PMU). Remove it from the ZynqMP generic objects.
(Note, this entry was duplicated for the AArch64).
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190427141459.19728-4-philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/dma')
-rw-r--r-- | hw/dma/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/dma/Makefile.objs b/hw/dma/Makefile.objs index 8b39f9c600..b672e7a522 100644 --- a/hw/dma/Makefile.objs +++ b/hw/dma/Makefile.objs @@ -8,7 +8,6 @@ common-obj-$(CONFIG_XILINX_AXI) += xilinx_axidma.o 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 common-obj-$(CONFIG_XLNX_ZYNQMP_ARM) += xlnx-zdma.o |