]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/freescale/t4rdb/Makefile
c15560e5eb9b2cce0fe10ea0a9da4a00984ce7cd
[people/ms/u-boot.git] / board / freescale / t4rdb / Makefile
1 #
2 # Copyright 2014 Freescale Semiconductor, Inc.
3 #
4 # SPDX-License-Identifier: GPL-2.0+
5 #
6
7 ifdef CONFIG_SPL_BUILD
8 obj-y += spl.o
9 else
10 obj-$(CONFIG_TARGET_T4160RDB) += t4240rdb.o
11 obj-$(CONFIG_T4240RDB) += t4240rdb.o
12 obj-y += cpld.o
13 obj-y += eth.o
14 obj-$(CONFIG_PCI) += pci.o
15 endif
16
17 obj-y += ddr.o
18 obj-y += law.o
19 obj-y += tlb.o