blob: 8d94faaba1c91c34f00e4b2697d21b2c23c902f2 [file] [log] [blame]
Chunhe Lan8e4f3ff2014-04-14 18:42:06 +08001#
2# Copyright 2014 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Simon Glass49c24a82024-09-29 19:49:47 -06007ifdef CONFIG_XPL_BUILD
Robert P. J. Dayfe56a4f2016-04-13 17:49:28 -04008obj-y += spl.o
Chunhe Lan66cba6b2015-03-20 17:08:54 +08009else
York Sun28a4e6a2016-11-21 13:28:08 -080010obj-$(CONFIG_TARGET_T4240RDB) += t4240rdb.o
Robert P. J. Dayfe56a4f2016-04-13 17:49:28 -040011obj-y += cpld.o
12obj-y += eth.o
Chunhe Lan66cba6b2015-03-20 17:08:54 +080013endif
Robert P. J. Dayfe56a4f2016-04-13 17:49:28 -040014
Chunhe Lan66cba6b2015-03-20 17:08:54 +080015obj-y += ddr.o
Chunhe Lan8e4f3ff2014-04-14 18:42:06 +080016obj-y += law.o
17obj-y += tlb.o