summaryrefslogtreecommitdiffstats
path: root/post/cpu/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-03-19 13:10:08 +0100
committerWolfgang Denk <wd@denx.de>2007-03-19 13:10:08 +0100
commit389b6bb50f745bf5038ce030300d8a8512e96f79 (patch)
tree9701250682ea388940f6e6d3aa56bf1dd1842b9e /post/cpu/Makefile
parent87e0662762b78ed7731f14add60ba0edb0479252 (diff)
downloadtalos-obmc-uboot-389b6bb50f745bf5038ce030300d8a8512e96f79.tar.gz
talos-obmc-uboot-389b6bb50f745bf5038ce030300d8a8512e96f79.zip
Remove obsoleted POST files.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'post/cpu/Makefile')
-rw-r--r--post/cpu/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/post/cpu/Makefile b/post/cpu/Makefile
deleted file mode 100644
index 645e83856c..0000000000
--- a/post/cpu/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# (C) Copyright 2002-2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# See file CREDITS for list of people who contributed to this
-# project.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-
-SUBDIRS =
-
-LIB = libcpu.a
-
-AOBJS = asm.o
-COBJS = cmp.o cmpi.o two.o twox.o three.o threex.o
-COBJS += threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o
-COBJS += store.o load.o cr.o b.o multi.o string.o complex.o
-
-include $(TOPDIR)/post/rules.mk
OpenPOWER on IntegriCloud