]> Git Repo - qemu.git/commitdiff
hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU
authorPhilippe Mathieu-Daudé <[email protected]>
Sat, 27 Apr 2019 14:14:58 +0000 (16:14 +0200)
committerThomas Huth <[email protected]>
Mon, 19 Aug 2019 19:28:25 +0000 (21:28 +0200)
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é <[email protected]>
Message-Id: <20190427141459[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
hw/intc/Makefile.objs

index 03019b9a03432abc43320ed524c8d19c0137c47d..f726d875327637446186255abb53f3bbdd2e740d 100644 (file)
@@ -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
This page took 0.025035 seconds and 4 git commands to generate.