blob: 2a4452e5ec138cf33d74667c1e00ab1c1291666f [file] [log] [blame]
Mingkai Huf3a8e2b2015-10-26 19:47:52 +08001#
2# Copyright 2015 Freescale Semiconductor
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Mingkai Huf3a8e2b2015-10-26 19:47:52 +08007obj-y += ddr.o
8obj-y += ls1043ardb.o
Sumit Garg4139b172017-03-30 09:52:38 +05309ifndef CONFIG_SPL_BUILD
Shaohui Xiee8297342015-10-26 19:47:54 +080010obj-$(CONFIG_SYS_DPAA_FMAN) += eth.o
Sumit Garg4139b172017-03-30 09:52:38 +053011obj-y += cpld.o
12endif