summaryrefslogtreecommitdiffstats
path: root/make/custom/portsw.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 19:54:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 19:54:33 +0000
commitebea96b5df881b058725ac556d0498f336c83b4f (patch)
tree688ebb2bfc11f586ef265e0f5f33800b6d2d8a5c /make/custom/portsw.cfg
parent2003-02-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ebea96b5df881b058725ac556d0498f336c83b4f.tar.bz2
2003-02-14 Joel Sherrill <joel@OARcorp.com>
AMD a29k obsolete. * custom/portsw.cfg: Removed.
Diffstat (limited to 'make/custom/portsw.cfg')
-rw-r--r--make/custom/portsw.cfg25
1 files changed, 0 insertions, 25 deletions
diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg
deleted file mode 100644
index f21e84251d..0000000000
--- a/make/custom/portsw.cfg
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Custom file for "portsw" -- AMD 29205 based board
-#
-# $Id$
-#
-
-# Note: This file is broken for sure
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=a29k
-RTEMS_CPU_MODEL=a29205
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=portsw
-
-define make-exe
- $(LINK.c) -Wl,-Map,$(basename $@).map \
- $(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here