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