2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2010-01-20 17:19:32 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2000-2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
|
|
|
# (C) Copyright 2009 Freescale Semiconductor, Inc.
|
|
|
|
|
2013-10-17 08:34:48 +00:00
|
|
|
obj-y := soc.o clock.o
|
|
|
|
obj-y += lowlevel_init.o
|
2018-01-16 06:59:02 +00:00
|
|
|
|
|
|
|
# common files for mx53 dram initialization
|
2018-01-16 06:59:03 +00:00
|
|
|
obj-$(CONFIG_TARGET_M53EVK) += mx53_dram.o
|
2018-01-16 06:59:02 +00:00
|
|
|
obj-$(CONFIG_TARGET_MX53CX9020) += mx53_dram.o
|
2018-01-16 06:59:04 +00:00
|
|
|
obj-$(CONFIG_TARGET_MX53LOCO) += mx53_dram.o
|