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