1# 2# (C) Copyright 2000-2006 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# (C) Copyright 2008-2009 Freescale Semiconductor, Inc. 6# 7# SPDX-License-Identifier: GPL-2.0+ 8# 9 10obj-y += generic.o 11obj-y += timer.o 12obj-y += mx35_sdram.o 13 14ifndef CONFIG_SPL_BUILD 15obj-y += relocate.o 16endif 17