diff options
author | Evgeny Voevodin <e.voevodin@samsung.com> | 2012-02-16 09:56:05 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-02-17 11:13:09 +0000 |
commit | 12c775db14c037715e31079e2c17899abd0a2aa6 (patch) | |
tree | 35c727d30a9b37430780c289d55db470c696fa95 /Makefile.target | |
parent | df91b48f64075595e25a269befed5e4fe75501cb (diff) |
ARM: exynos4210: MCT support.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 8a7b4d24ff..6ceff544af 100644 --- a/Makefile.target +++ b/Makefile.target @@ -346,7 +346,7 @@ obj-arm-y += versatile_pci.o obj-arm-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o a9mpcore.o obj-arm-y += exynos4210_gic.o exynos4210_combiner.o exynos4210.o obj-arm-y += exynos4_boards.o exynos4210_uart.o exynos4210_pwm.o -obj-arm-y += exynos4210_pmu.o +obj-arm-y += exynos4210_pmu.o exynos4210_mct.o obj-arm-y += arm_l2x0.o obj-arm-y += arm_mptimer.o obj-arm-y += armv7m.o armv7m_nvic.o stellaris.o pl022.o stellaris_enet.o |