1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # Copyright 2014 Freescale Semiconductor, Inc. 4 5 ifdef CONFIG_SPL_BUILD 6 obj-y += spl.o 7 else 8 obj-y += t102xqds.o 9 obj-y += eth_t102xqds.o 10 obj-$(CONFIG_PCI) += pci.o 11 obj-$(CONFIG_FSL_DIU_FB) += ../t1040qds/diu.o 12 endif 13 obj-y += ddr.o 14 obj-y += law.o 15 obj-y += tlb.o 16