xref: /openbmc/u-boot/board/freescale/t102xrdb/Makefile (revision 1d6c54ecb39b8591a98f02f9b47af225ff07cd0b)
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