summaryrefslogtreecommitdiffstats
path: root/make/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 19:34:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 19:34:21 +0000
commitab7cf7ed7eb9220a230b997436553e431473c5d3 (patch)
tree8601903d3cb77285493966c47ac85c95e5ca475d /make/Makefile.am
parent2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ab7cf7ed7eb9220a230b997436553e431473c5d3.tar.bz2
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, custom/simsh4.cfg: Recognize the the GDB SuperH simulator is just an architectural simulator and does not include devices. Rename existing simulator BSP configurations to simsh1 and simsh2 and add simsh4. * custom/simsh1.cfg, custom/simsh2.cfg: New files. * custom/shsim.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg: Removed.
Diffstat (limited to 'make/Makefile.am')
-rw-r--r--make/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/Makefile.am b/make/Makefile.am
index 2ec4537410..d6ac90ee5a 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
custom/nios2_iss.cfg \
custom/ods68302.cfg custom/pc386.cfg custom/posix.cfg \
custom/psim.cfg custom/rtl22xx.cfg custom/score603e.cfg \
- custom/shsim.cfg custom/ts_386ex.cfg custom/nds.cfg \
- custom/smdk2410.cfg
+ custom/simsh1.cfg custom/simsh2.cfg custom/simsh4.cfg \
+ custom/ts_386ex.cfg custom/nds.cfg custom/smdk2410.cfg
include $(top_srcdir)/automake/host.am