From 353575f0959234e1680622f747e20308c94505b7 Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Thu, 28 Feb 2013 18:23:14 +0000 Subject: arm: a9mpcore: Coreify the SCU Split the SCU in a9mpcore out into its own object definition. mpcore is now just a container for the mpcore components. Signed-off-by: Peter Crosthwaite Signed-off-by: Peter Maydell --- hw/arm/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/arm/Makefile.objs') diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index 6d049e7de6..4c109858fd 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -3,6 +3,7 @@ obj-y += arm_boot.o obj-y += xilinx_zynq.o zynq_slcr.o obj-y += xilinx_spips.o obj-y += arm_gic.o arm_gic_common.o +obj-y += a9scu.o obj-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o a9mpcore.o obj-y += exynos4210_gic.o exynos4210_combiner.o exynos4210.o obj-y += exynos4_boards.o exynos4210_uart.o exynos4210_pwm.o -- cgit v1.2.3