]> git.sur5r.net Git - u-boot/blob - board/freescale/t4qds/Makefile
Merge branch 'u-boot/master'
[u-boot] / board / freescale / t4qds / Makefile
1 #
2 # Copyright 2012 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_T4240QDS) += t4240qds.o
11 obj-$(CONFIG_T4240EMU) += t4240emu.o
12 obj-$(CONFIG_T4240QDS)+= eth.o
13 obj-$(CONFIG_PCI)       += pci.o
14 endif
15 obj-y   += ddr.o
16 obj-y   += law.o
17 obj-y   += tlb.o