xref: /rk3399_rockchip-uboot/board/freescale/t208xrdb/Makefile (revision b3cf43392ae16b698db3fca032dc1a14dedd74cc)
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