[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 2/8] hw/intc: Only build the xlnx-iomod-intc device f
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PULL 2/8] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU |
Date: |
Tue, 20 Aug 2019 09:47:43 +0200 |
From: Philippe Mathieu-Daudé <address@hidden>
The Xilinx I/O Module Interrupt Controller is only used by the
MicroBlaze PMU, not by the AArch64 machine.
Move it from the generic ZynqMP object list to the PMU specific.
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
---
hw/intc/Makefile.objs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/intc/Makefile.objs b/hw/intc/Makefile.objs
index 03019b9a03..f726d87532 100644
--- a/hw/intc/Makefile.objs
+++ b/hw/intc/Makefile.objs
@@ -3,7 +3,7 @@ common-obj-$(CONFIG_I8259) += i8259_common.o i8259.o
common-obj-$(CONFIG_PL190) += pl190.o
common-obj-$(CONFIG_PUV3) += puv3_intc.o
common-obj-$(CONFIG_XILINX) += xilinx_intc.o
-common-obj-$(CONFIG_XLNX_ZYNQMP) += xlnx-pmu-iomod-intc.o
+common-obj-$(CONFIG_XLNX_ZYNQMP_PMU) += xlnx-pmu-iomod-intc.o
common-obj-$(CONFIG_XLNX_ZYNQMP) += xlnx-zynqmp-ipi.o
common-obj-$(CONFIG_ETRAXFS) += etraxfs_pic.o
common-obj-$(CONFIG_IMX) += imx_avic.o imx_gpcv2.o
--
2.18.1
- [Qemu-devel] [PULL 0/8] Improvements for the Kconfig switches and Makefiles, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 2/8] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU,
Thomas Huth <=
- [Qemu-devel] [PULL 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 3/8] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 4/8] hw/core: Add a config switch for the "register" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 5/8] hw/core: Add a config switch for the "or-irq" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 6/8] hw/core: Add a config switch for the "split-irq" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 7/8] hw/misc: Add a config switch for the "unimplemented" device, Thomas Huth, 2019/08/20
- [Qemu-devel] [PULL 8/8] hw/core: Add a config switch for the generic loader device, Thomas Huth, 2019/08/20
- Re: [Qemu-devel] [PULL 0/8] Improvements for the Kconfig switches and Makefiles, Peter Maydell, 2019/08/20