blob: 0cc6c3253acb4660cc841becbe565f70e9e73894 [file] [log] [blame]
Minkyu Kang008a3512011-01-24 15:22:23 +09001#
2# Copyright (C) 2009 Samsung Electronics
3# Minkyu Kang <mk7.kang@samsung.com>
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Minkyu Kang008a3512011-01-24 15:22:23 +09006#
7
Thomas Abraham36aa8932016-04-23 22:18:12 +05308obj-y += soc.o
9obj-$(CONFIG_CPU_V7) += clock.o pinmux.o power.o system.o
Thomas Abrahame39448e2016-04-23 22:18:13 +053010obj-$(CONFIG_ARM64) += mmu-arm64.o
Minkyu Kang008a3512011-01-24 15:22:23 +090011
Akshay Saraswat67a06522015-02-20 13:27:15 +053012obj-$(CONFIG_EXYNOS5420) += sec_boot.o
13
Rajeshwari Shinde643be9c2013-07-04 12:29:17 +053014ifdef CONFIG_SPL_BUILD
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090015obj-$(CONFIG_EXYNOS5) += clock_init_exynos5.o
16obj-$(CONFIG_EXYNOS5) += dmc_common.o dmc_init_ddr3.o
17obj-$(CONFIG_EXYNOS4210)+= dmc_init_exynos4.o clock_init_exynos4.o
Thomas Abraham36aa8932016-04-23 22:18:12 +053018obj-y += spl_boot.o tzpc.o
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090019obj-y += lowlevel_init.o
Rajeshwari Shinde643be9c2013-07-04 12:29:17 +053020endif