xref: /openbmc/u-boot/arch/arm/mach-exynos/Makefile (revision 77b55e8c)
1*77b55e8cSThomas Abraham#
2*77b55e8cSThomas Abraham# Copyright (C) 2009 Samsung Electronics
3*77b55e8cSThomas Abraham# Minkyu Kang <mk7.kang@samsung.com>
4*77b55e8cSThomas Abraham#
5*77b55e8cSThomas Abraham# SPDX-License-Identifier:	GPL-2.0+
6*77b55e8cSThomas Abraham#
7*77b55e8cSThomas Abraham
8*77b55e8cSThomas Abrahamobj-y	+= clock.o power.o soc.o system.o pinmux.o tzpc.o
9*77b55e8cSThomas Abraham
10*77b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5420)	+= sec_boot.o
11*77b55e8cSThomas Abraham
12*77b55e8cSThomas Abrahamifdef CONFIG_SPL_BUILD
13*77b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5)	+= clock_init_exynos5.o
14*77b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5)	+= dmc_common.o dmc_init_ddr3.o
15*77b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS4210)+= dmc_init_exynos4.o clock_init_exynos4.o
16*77b55e8cSThomas Abrahamobj-y	+= spl_boot.o
17*77b55e8cSThomas Abrahamobj-y	+= lowlevel_init.o
18*77b55e8cSThomas Abrahamendif
19