summaryrefslogtreecommitdiffstats
path: root/make/custom/mbx860_005b.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:08:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:08:01 +0000
commitf5642664130154ccaf926625a96b138d5bdebe06 (patch)
treea6a11b1e9207a44647e324589983ed3f02850f26 /make/custom/mbx860_005b.cfg
parent2002-08-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-f5642664130154ccaf926625a96b138d5bdebe06.tar.bz2
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg, mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
Diffstat (limited to '')
-rw-r--r--make/custom/mbx860_005b.cfg8
1 files changed, 1 insertions, 7 deletions
diff --git a/make/custom/mbx860_005b.cfg b/make/custom/mbx860_005b.cfg
index 61373a0ed7..c9cd82def6 100644
--- a/make/custom/mbx860_005b.cfg
+++ b/make/custom/mbx860_005b.cfg
@@ -8,6 +8,7 @@
#
RTEMS_MBX_MODEL=mbx860_005b
+8XX_CPU_TYPE=860
# The 860_005b has 16M ram : org = 0x0, l = 16M
MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
@@ -15,10 +16,3 @@ MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
-define make-target-options
- @echo "#ifdef mpc$(CPU_TYPE)" >>$@
- @echo "#undef mpc$(CPU_TYPE)" >>$@
- @echo "#endif" >>$@
- @echo "#define mpc$(CPU_TYPE) 1" >>$@
- @echo >>$@
-endef