xref: /rk3399_rockchip-uboot/board/freescale/t4rdb/Makefile (revision 0b2e13d9ccbe56e32dc674cf896b2fb55684368c)
1*0b2e13d9SChunhe Lan#
2*0b2e13d9SChunhe Lan# Copyright 2014 Freescale Semiconductor, Inc.
3*0b2e13d9SChunhe Lan#
4*0b2e13d9SChunhe Lan# SPDX-License-Identifier: GPL-2.0+
5*0b2e13d9SChunhe Lan#
6*0b2e13d9SChunhe Lan
7*0b2e13d9SChunhe Lanobj-$(CONFIG_T4240RDB) += t4240rdb.o
8*0b2e13d9SChunhe Lanobj-y	+= ddr.o
9*0b2e13d9SChunhe Lanobj-y	+= eth.o
10*0b2e13d9SChunhe Lanobj-$(CONFIG_PCI)	+= pci.o
11*0b2e13d9SChunhe Lanobj-y	+= law.o
12*0b2e13d9SChunhe Lanobj-y	+= tlb.o
13