xref: /openbmc/u-boot/board/freescale/t102xrdb/Makefile (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1#
2# Copyright 2014 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier:      GPL-2.0+
5#
6
7ifdef CONFIG_SPL_BUILD
8obj-y	+= spl.o
9else
10obj-y   += t102xrdb.o
11obj-$(CONFIG_TARGET_T1024RDB)   += cpld.o
12obj-y   += eth_t102xrdb.o
13obj-$(CONFIG_PCI)       += pci.o
14endif
15obj-y   += ddr.o
16obj-y   += law.o
17obj-y   += tlb.o
18