]> git.sur5r.net Git - u-boot/blob - board/freescale/t104xrdb/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / t104xrdb / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2013 Freescale Semiconductor, Inc.
4
5 ifdef CONFIG_SPL_BUILD
6 obj-y += spl.o
7 else
8 obj-y   += t104xrdb.o
9 obj-y   += cpld.o
10 obj-y   += eth.o
11 obj-$(CONFIG_PCI)       += pci.o
12 obj-$(CONFIG_FSL_DIU_FB)+= diu.o
13 endif
14 obj-y   += ddr.o
15 obj-y   += law.o
16 obj-y   += tlb.o