]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/t208xqds/Makefile
board/t208xqds: Add support of 2-stage NAND/SPI/SD boot
[people/ms/u-boot.git] / board / freescale / t208xqds / Makefile
CommitLineData
c4d0e811
SL
1#
2# Copyright 2013 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
b19e288f
SL
7ifdef CONFIG_SPL_BUILD
8obj-y += spl.o
9else
254887a5
SL
10obj-$(CONFIG_T2080QDS) += t208xqds.o
11obj-$(CONFIG_T2080QDS) += eth_t208xqds.o
12obj-$(CONFIG_T2081QDS) += t208xqds.o
13obj-$(CONFIG_T2081QDS) += eth_t208xqds.o
c4d0e811 14obj-$(CONFIG_PCI) += pci.o
b19e288f
SL
15endif
16
c4d0e811
SL
17obj-y += ddr.o
18obj-y += law.o
19obj-y += tlb.o