]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/b4860qds/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-video
[people/ms/u-boot.git] / board / freescale / b4860qds / Makefile
CommitLineData
b5b06fb7
YS
1#
2# Copyright 2012 Freescale Semiconductor, Inc.
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
b5b06fb7
YS
5#
6
c5dfe6ec 7ifdef CONFIG_SPL_BUILD
23d4e5ba 8obj-y += spl.o
c5dfe6ec 9else
377e1048 10obj-y += b4860qds.o
d46a4a13
YS
11obj-$(CONFIG_TARGET_B4860QDS) += eth_b4860qds.o
12obj-$(CONFIG_TARGET_B4420QDS) += eth_b4860qds.o
23d4e5ba 13obj-$(CONFIG_PCI) += pci.o
c5dfe6ec
PK
14endif
15
16obj-y += ddr.o
377e1048
MY
17obj-y += law.o
18obj-y += tlb.o