xref: /rk3399_rockchip-uboot/board/freescale/t102xrdb/Makefile (revision d9f43c8f5c1d7ed27c99a06be85a4bb64b2c73fb)
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-y   += 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