1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # Copyright 2012 Freescale Semiconductor, Inc. 4 5 ifdef CONFIG_SPL_BUILD 6 obj-y += spl.o 7 else 8 obj-y += b4860qds.o 9 obj-$(CONFIG_TARGET_B4860QDS) += eth_b4860qds.o 10 obj-$(CONFIG_TARGET_B4420QDS) += eth_b4860qds.o 11 obj-$(CONFIG_PCI) += pci.o 12 endif 13 14 obj-y += ddr.o 15 obj-y += law.o 16 obj-y += tlb.o 17