1# SPDX-License-Identifier: GPL-2.0+ 2# 3# (C) Copyright 2000-2006 4# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 5# 6# (C) Copyright 2009 Freescale Semiconductor, Inc. 7 8obj-y := soc.o clock.o 9obj-y += lowlevel_init.o 10 11# common files for mx53 dram initialization 12obj-$(CONFIG_TARGET_MX53CX9020) += mx53_dram.o 13obj-$(CONFIG_TARGET_MX53LOCO) += mx53_dram.o 14