]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/t4qds/Makefile
powerpc: T4160QDS: Separate from T4240QDS in Kconfig
[people/ms/u-boot.git] / board / freescale / t4qds / Makefile
CommitLineData
ee52b188
YS
1#
2# Copyright 2012 Freescale Semiconductor, Inc.
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
ee52b188
YS
5#
6
b6036993 7ifdef CONFIG_SPL_BUILD
23d4e5ba 8obj-y += spl.o
b6036993 9else
9c21d06c 10obj-$(CONFIG_TARGET_T4160QDS) += t4240qds.o eth.o
23d4e5ba 11obj-$(CONFIG_T4240QDS) += t4240qds.o eth.o
377e1048 12obj-$(CONFIG_PCI) += pci.o
b6036993 13endif
23d4e5ba 14
b6036993 15obj-y += ddr.o
377e1048
MY
16obj-y += law.o
17obj-y += tlb.o