xref: /openbmc/u-boot/board/freescale/t4rdb/Makefile (revision 6b29a395b62965eef6b5065d3a526a8588a92038)
10b2e13d9SChunhe Lan#
20b2e13d9SChunhe Lan# Copyright 2014 Freescale Semiconductor, Inc.
30b2e13d9SChunhe Lan#
40b2e13d9SChunhe Lan# SPDX-License-Identifier: GPL-2.0+
50b2e13d9SChunhe Lan#
60b2e13d9SChunhe Lan
7373762c3SChunhe Lanifdef CONFIG_SPL_BUILD
8373762c3SChunhe Lanobj-y	+= spl.o
9373762c3SChunhe Lanelse
1012ffdb3bSYork Sunobj-$(CONFIG_TARGET_T4160RDB)	+= t4240rdb.o
11*49ec8aa8SYork Sunobj-$(CONFIG_TARGET_T4240RDB)	+= t4240rdb.o
12ab06b236SChunhe Lanobj-y			+= cpld.o
130b2e13d9SChunhe Lanobj-y			+= eth.o
140b2e13d9SChunhe Lanobj-$(CONFIG_PCI)	+= pci.o
15373762c3SChunhe Lanendif
1623d4e5baSRobert P. J. Day
17373762c3SChunhe Lanobj-y	+= ddr.o
180b2e13d9SChunhe Lanobj-y	+= law.o
190b2e13d9SChunhe Lanobj-y	+= tlb.o
20