]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/corenet_ds/Makefile
powerpc: P4080DS: Remove macro CONFIG_P4080DS
[people/ms/u-boot.git] / board / freescale / corenet_ds / Makefile
CommitLineData
d1712369
KG
1#
2# Copyright 2007-2009 Freescale Semiconductor, Inc.
3# (C) Copyright 2001-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5#
1a459660 6# SPDX-License-Identifier: GPL-2.0+
d1712369
KG
7#
8
377e1048
MY
9obj-y += corenet_ds.o
10obj-y += ddr.o
850af2c7 11obj-$(CONFIG_TARGET_P3041DS) += eth_hydra.o
529fb062 12obj-$(CONFIG_TARGET_P4080DS) += eth_p4080.o
377e1048
MY
13obj-$(CONFIG_P5020DS) += eth_hydra.o
14obj-$(CONFIG_P5040DS) += eth_superhydra.o
850af2c7 15obj-$(CONFIG_TARGET_P3041DS) += p3041ds_ddr.o
529fb062 16obj-$(CONFIG_TARGET_P4080DS) += p4080ds_ddr.o
377e1048
MY
17obj-$(CONFIG_P5020DS) += p5020ds_ddr.o
18obj-$(CONFIG_P5040DS) += p5040ds_ddr.o