xref: /openbmc/u-boot/board/freescale/t4qds/Makefile (revision 664ab2c992d1e06c4381f66c93d2e155fc7722e1)
1#
2# Copyright 2012 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7ifdef CONFIG_SPL_BUILD
8obj-y += spl.o
9else
10obj-$(CONFIG_T4240QDS) += t4240qds.o
11obj-$(CONFIG_T4240QDS)+= eth.o
12obj-$(CONFIG_PCI)	+= pci.o
13endif
14obj-y	+= ddr.o
15obj-y	+= law.o
16obj-y	+= tlb.o
17