xref: /openbmc/u-boot/arch/arm/mach-imx/mx5/Makefile (revision 704744f8)
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# (C) Copyright 2009 Freescale Semiconductor, Inc.
6#
7# SPDX-License-Identifier:	GPL-2.0+
8#
9
10obj-y := soc.o clock.o
11obj-y += lowlevel_init.o
12
13# common files for mx53 dram initialization
14obj-$(CONFIG_TARGET_M53EVK)     += mx53_dram.o
15obj-$(CONFIG_TARGET_MX53CX9020) += mx53_dram.o
16obj-$(CONFIG_TARGET_MX53LOCO)   += mx53_dram.o
17