183d290c5STom Rini# SPDX-License-Identifier: GPL-2.0+ 277b55e8cSThomas Abraham# 377b55e8cSThomas Abraham# Copyright (C) 2009 Samsung Electronics 477b55e8cSThomas Abraham# Minkyu Kang <mk7.kang@samsung.com> 577b55e8cSThomas Abraham 636aa8937SThomas Abrahamobj-y += soc.o 7*acf15001SLokesh Vutlaobj-$(CONFIG_CPU_V7A) += clock.o pinmux.o power.o system.o 8e39448e8SThomas Abrahamobj-$(CONFIG_ARM64) += mmu-arm64.o 977b55e8cSThomas Abraham 1077b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5420) += sec_boot.o 1177b55e8cSThomas Abraham 1277b55e8cSThomas Abrahamifdef CONFIG_SPL_BUILD 1377b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5) += clock_init_exynos5.o 1477b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5) += dmc_common.o dmc_init_ddr3.o 1577b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS4210)+= dmc_init_exynos4.o clock_init_exynos4.o 1636aa8937SThomas Abrahamobj-y += spl_boot.o tzpc.o 1777b55e8cSThomas Abrahamobj-y += lowlevel_init.o 1877b55e8cSThomas Abrahamendif 19