2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/mbx8xx.inc: New (Renamed from mbx8xx.cfg).
	* make/custom/mbx8xx.cfg: Removed.
	* make/custom/mbx821_001.cfg, make/custom/mbx821_002b.cfg,
	make/custom/mbx821_002.cfg, make/custom/mbx860_001b.cfg,
	make/custom/mbx860_002.cfg, make/custom/mbx860_005b.cfg,
	make/custom/mbx860_1b.cfg:
	Include make/custom/mbx8xx.inc.
This commit is contained in:
Ralf Corsepius
2009-10-17 15:34:36 +00:00
parent 3b8afe8ca1
commit 6b656c6032
9 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mbx8xx.inc: New (Renamed from mbx8xx.cfg).
* make/custom/mbx8xx.cfg: Removed.
* make/custom/mbx821_001.cfg, make/custom/mbx821_002b.cfg,
make/custom/mbx821_002.cfg, make/custom/mbx860_001b.cfg,
make/custom/mbx860_002.cfg, make/custom/mbx860_005b.cfg,
make/custom/mbx860_1b.cfg:
Include make/custom/mbx8xx.inc.
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mbx821_001.cfg: New (relocated from /make/custom).

View File

@@ -10,4 +10,4 @@
RTEMS_MBX_MODEL=mbx821_001
8XX_CPU_TYPE=821
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
include $(RTEMS_ROOT)/make/custom/mbx8xx.inc

View File

@@ -10,4 +10,4 @@
RTEMS_MBX_MODEL=mbx821_002
8XX_CPU_TYPE=821
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
include $(RTEMS_ROOT)/make/custom/mbx8xx.inc

View File

@@ -10,7 +10,7 @@
RTEMS_MBX_MODEL=mbx821_002b
8XX_CPU_TYPE=821
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
include $(RTEMS_ROOT)/make/custom/mbx8xx.inc
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -10,4 +10,4 @@
RTEMS_MBX_MODEL=mbx860_001b
8XX_CPU_TYPE=860
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
include $(RTEMS_ROOT)/make/custom/mbx8xx.inc

View File

@@ -10,4 +10,4 @@
RTEMS_MBX_MODEL=mbx860_002
8XX_CPU_TYPE=860
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
include $(RTEMS_ROOT)/make/custom/mbx8xx.inc

View File

@@ -13,4 +13,4 @@ RTEMS_MBX_MODEL=mbx860_005b
# The 860_005b has 16M ram : org = 0x0, l = 16M
MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
include $(RTEMS_ROOT)/make/custom/mbx8xx.inc

View File

@@ -10,4 +10,4 @@
RTEMS_MBX_MODEL=mbx860_001b
8XX_CPU_TYPE=860
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
include $(RTEMS_ROOT)/make/custom/mbx8xx.inc