summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm925t/Makefile
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-09-23 19:11:38 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-10-07 19:25:19 +0200
commit0610a16cf263d0023b4e3de1f1710906992a91b6 (patch)
tree014582344b276fe4ca1d156c8f2a914a815282fb /arch/arm/cpu/arm925t/Makefile
parentddd025bb6e283744dc93d3653a0b6fbd5c35e904 (diff)
downloadblackbird-obmc-uboot-0610a16cf263d0023b4e3de1f1710906992a91b6.tar.gz
blackbird-obmc-uboot-0610a16cf263d0023b4e3de1f1710906992a91b6.zip
omap1510inn: arm925t: remove support
omap1510inn is orphan and has been for years now. Reove it and, as it was the only arm925t target, also remove arm925t support. Update doc/README.scrapyard accordingly. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/arm925t/Makefile')
-rw-r--r--arch/arm/cpu/arm925t/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/arch/arm/cpu/arm925t/Makefile b/arch/arm/cpu/arm925t/Makefile
deleted file mode 100644
index 40d2156f67..0000000000
--- a/arch/arm/cpu/arm925t/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# (C) Copyright 2000-2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(CPU).o
-
-START = start.o
-
-COBJS += cpu.o
-COBJS += omap925.o
-COBJS += timer.o
-
-SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
-START := $(addprefix $(obj),$(START))
-
-all: $(obj).depend $(START) $(LIB)
-
-$(LIB): $(OBJS)
- $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
OpenPOWER on IntegriCloud