xref: /openbmc/u-boot/board/freescale/t4rdb/Makefile (revision 679f82c3)
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_T4240RDB) += t4240rdb.o
11obj-y	+= cpld.o
12obj-y	+= eth.o
13obj-$(CONFIG_PCI)	+= pci.o
14endif
15obj-y	+= ddr.o
16obj-y	+= law.o
17obj-y	+= tlb.o
18