2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2010-07-15 21:49:03 +00:00
|
|
|
#
|
|
|
|
# Copyright 2007-2009 Freescale Semiconductor, Inc.
|
|
|
|
# (C) Copyright 2001-2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y += corenet_ds.o
|
|
|
|
obj-y += ddr.o
|
2016-11-18 19:22:17 +00:00
|
|
|
obj-$(CONFIG_TARGET_P3041DS) += eth_hydra.o
|
2016-11-18 19:26:09 +00:00
|
|
|
obj-$(CONFIG_TARGET_P4080DS) += eth_p4080.o
|
2016-11-18 19:40:51 +00:00
|
|
|
obj-$(CONFIG_TARGET_P5040DS) += eth_superhydra.o
|
2016-11-18 19:22:17 +00:00
|
|
|
obj-$(CONFIG_TARGET_P3041DS) += p3041ds_ddr.o
|
2016-11-18 19:26:09 +00:00
|
|
|
obj-$(CONFIG_TARGET_P4080DS) += p4080ds_ddr.o
|
2016-11-18 19:40:51 +00:00
|
|
|
obj-$(CONFIG_TARGET_P5040DS) += p5040ds_ddr.o
|