blob: 587903a6232189f7ce7ca96feee9db2d27ccd803 [file] [log] [blame]
Shengzhou Liu254887a2014-02-21 13:16:19 +08001#
2# Copyright 2013 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Shengzhou Liub19e2882014-04-18 16:43:39 +08007ifdef CONFIG_SPL_BUILD
8obj-y += spl.o
9else
York Sun80d26182016-12-28 08:43:36 -080010obj-$(CONFIG_TARGET_T2080QDS) += t208xqds.o eth_t208xqds.o
York Sun146ded42016-12-28 08:43:38 -080011obj-$(CONFIG_TARGET_T2081QDS) += t208xqds.o eth_t208xqds.o
Shengzhou Liu254887a2014-02-21 13:16:19 +080012obj-$(CONFIG_PCI) += pci.o
Shengzhou Liub19e2882014-04-18 16:43:39 +080013endif
14
Shengzhou Liu254887a2014-02-21 13:16:19 +080015obj-y += ddr.o
16obj-y += law.o
17obj-y += tlb.o