]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/t4rdb/Makefile
powerpc: T4240RDB: Remove macro CONFIG_T4240RDB
[people/ms/u-boot.git] / board / freescale / t4rdb / Makefile
CommitLineData
0b2e13d9
CL
1#
2# Copyright 2014 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
373762c3 7ifdef CONFIG_SPL_BUILD
23d4e5ba 8obj-y += spl.o
373762c3 9else
12ffdb3b 10obj-$(CONFIG_TARGET_T4160RDB) += t4240rdb.o
49ec8aa8 11obj-$(CONFIG_TARGET_T4240RDB) += t4240rdb.o
23d4e5ba
RD
12obj-y += cpld.o
13obj-y += eth.o
0b2e13d9 14obj-$(CONFIG_PCI) += pci.o
373762c3 15endif
23d4e5ba 16
373762c3 17obj-y += ddr.o
0b2e13d9
CL
18obj-y += law.o
19obj-y += tlb.o