xref: /rk3399_rockchip-uboot/board/freescale/t208xrdb/Makefile (revision 51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e)
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-$(CONFIG_TARGET_T2080RDB) += t208xrdb.o eth_t208xrdb.o cpld.o
11obj-$(CONFIG_PCI)      += pci.o
12endif
13
14obj-y   += ddr.o
15obj-y   += law.o
16obj-y   += tlb.o
17