1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # Copyright 2016 Freescale Semiconductor 4 5 obj-y += ddr.o 6 obj-y += ls1046ardb.o 7 ifndef CONFIG_SPL_BUILD 8 obj-$(CONFIG_NET) += eth.o 9 obj-y += cpld.o 10 endif 11