1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Copyright 2017 NXP 4 5obj-y += ls1088a.o 6obj-y += ddr.o 7ifndef CONFIG_SPL_BUILD 8obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o 9obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o 10endif 11
1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Copyright 2017 NXP 4 5obj-y += ls1088a.o 6obj-y += ddr.o 7ifndef CONFIG_SPL_BUILD 8obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o 9obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o 10endif 11