diff options
author | Stefan Roese <sr@denx.de> | 2013-09-24 08:22:19 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-10-17 09:28:08 +0200 |
commit | 304db0b38cfb04cfdb05a740d5ef27da06ea98ea (patch) | |
tree | cdc416df08f21c01c0ff4be1d04d8272d3a2be35 /board/prodrive/pdnb3/Makefile | |
parent | 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b (diff) | |
download | u-boot-304db0b38cfb04cfdb05a740d5ef27da06ea98ea.tar.gz |
arm: Remove IXP425 boards pdnb3 and scpu
Remove Prodrive pdnb3 board (including the scpu variant) support
from mainline. As its unmaintained and not needed any more for
quite some time.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Martijn de Gouw <martijn.de.gouw@prodrive.nl>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Diffstat (limited to 'board/prodrive/pdnb3/Makefile')
-rw-r--r-- | board/prodrive/pdnb3/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/board/prodrive/pdnb3/Makefile b/board/prodrive/pdnb3/Makefile deleted file mode 100644 index 5e4a909589..0000000000 --- a/board/prodrive/pdnb3/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# -# (C) Copyright 2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS := flash.o pdnb3.o nand.o - -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) -SOBJS := $(addprefix $(obj),$(SOBJS)) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### |