summaryrefslogtreecommitdiff
path: root/board/prodrive/pdnb3/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2013-09-24 08:22:19 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-10-17 09:28:08 +0200
commit304db0b38cfb04cfdb05a740d5ef27da06ea98ea (patch)
treecdc416df08f21c01c0ff4be1d04d8272d3a2be35 /board/prodrive/pdnb3/Makefile
parent262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b (diff)
downloadu-boot-imx-304db0b38cfb04cfdb05a740d5ef27da06ea98ea.zip
u-boot-imx-304db0b38cfb04cfdb05a740d5ef27da06ea98ea.tar.gz
u-boot-imx-304db0b38cfb04cfdb05a740d5ef27da06ea98ea.tar.bz2
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/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/board/prodrive/pdnb3/Makefile b/board/prodrive/pdnb3/Makefile
deleted file mode 100644
index 5e4a909..0000000
--- 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
-
-#########################################################################