xref: /openbmc/u-boot/arch/arm/mach-exynos/Makefile (revision e39448e8)
177b55e8cSThomas Abraham#
277b55e8cSThomas Abraham# Copyright (C) 2009 Samsung Electronics
377b55e8cSThomas Abraham# Minkyu Kang <mk7.kang@samsung.com>
477b55e8cSThomas Abraham#
577b55e8cSThomas Abraham# SPDX-License-Identifier:	GPL-2.0+
677b55e8cSThomas Abraham#
777b55e8cSThomas Abraham
836aa8937SThomas Abrahamobj-y	+= soc.o
936aa8937SThomas Abrahamobj-$(CONFIG_CPU_V7) += clock.o pinmux.o power.o system.o
10*e39448e8SThomas Abrahamobj-$(CONFIG_ARM64)	+= mmu-arm64.o
1177b55e8cSThomas Abraham
1277b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5420)	+= sec_boot.o
1377b55e8cSThomas Abraham
1477b55e8cSThomas Abrahamifdef CONFIG_SPL_BUILD
1577b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5)	+= clock_init_exynos5.o
1677b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS5)	+= dmc_common.o dmc_init_ddr3.o
1777b55e8cSThomas Abrahamobj-$(CONFIG_EXYNOS4210)+= dmc_init_exynos4.o clock_init_exynos4.o
1836aa8937SThomas Abrahamobj-y	+= spl_boot.o tzpc.o
1977b55e8cSThomas Abrahamobj-y	+= lowlevel_init.o
2077b55e8cSThomas Abrahamendif
21