2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2012-10-11 07:13:37 +00:00
|
|
|
#
|
|
|
|
# Copyright 2012 Freescale Semiconductor, Inc.
|
|
|
|
|
2014-04-22 07:10:44 +00:00
|
|
|
ifdef CONFIG_SPL_BUILD
|
2016-04-13 21:49:28 +00:00
|
|
|
obj-y += spl.o
|
2014-04-22 07:10:44 +00:00
|
|
|
else
|
2016-11-21 21:19:14 +00:00
|
|
|
obj-$(CONFIG_TARGET_T4160QDS) += t4240qds.o eth.o
|
2016-11-21 21:22:08 +00:00
|
|
|
obj-$(CONFIG_TARGET_T4240QDS) += t4240qds.o eth.o
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
2014-04-22 07:10:44 +00:00
|
|
|
endif
|
2016-04-13 21:49:28 +00:00
|
|
|
|
2014-04-22 07:10:44 +00:00
|
|
|
obj-y += ddr.o
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y += law.o
|
|
|
|
obj-y += tlb.o
|