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