blob: 0e1503195beeecd7605e38c043dac1c86e8aa5bc [file] [log] [blame]
Ashish Kumare84a3242017-08-31 16:12:54 +05301#
2# Copyright 2017 NXP
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7obj-y += ls1088a.o
Sumit Garg10e7eaf2018-01-06 09:04:24 +05308obj-y += ddr.o
9ifndef CONFIG_SPL_BUILD
Ashish Kumare84a3242017-08-31 16:12:54 +053010obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o
Ashish Kumar77697762017-08-31 16:12:55 +053011obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o
Sumit Garg10e7eaf2018-01-06 09:04:24 +053012endif