2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2012-12-23 19:25:27 +00:00
|
|
|
#
|
|
|
|
# Copyright 2012 Freescale Semiconductor, Inc.
|
|
|
|
|
2014-04-08 13:43:44 +00:00
|
|
|
ifdef CONFIG_SPL_BUILD
|
2016-04-13 21:49:28 +00:00
|
|
|
obj-y += spl.o
|
2014-04-08 13:43:44 +00:00
|
|
|
else
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y += b4860qds.o
|
2016-11-18 19:47:35 +00:00
|
|
|
obj-$(CONFIG_TARGET_B4860QDS) += eth_b4860qds.o
|
|
|
|
obj-$(CONFIG_TARGET_B4420QDS) += eth_b4860qds.o
|
2016-04-13 21:49:28 +00:00
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
2014-04-08 13:43:44 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
obj-y += ddr.o
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y += law.o
|
|
|
|
obj-y += tlb.o
|