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