xref: /openbmc/u-boot/board/freescale/t102xqds/Makefile (revision c418addfa9e758b05531eb37498c6fa0317d2c64)
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-y	+= t102xqds.o
11obj-y	+= eth_t102xqds.o
12obj-$(CONFIG_PCI) += pci.o
13obj-$(CONFIG_FSL_DIU_FB) += ../t1040qds/diu.o
14endif
15obj-y   += ddr.o
16obj-y   += law.o
17obj-y   += tlb.o
18