summaryrefslogtreecommitdiffstats
path: root/make/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-01 21:35:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-01 21:35:38 +0000
commit73d04fe8e64e4ed27946982cb1e6fe1039db2180 (patch)
treea453899e9ccc6386bfe703cecbd5ad00b8b1350a /make/Makefile.am
parent2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-73d04fe8e64e4ed27946982cb1e6fe1039db2180.tar.bz2
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add new BSP variants for ARM simulator in GDB. * custom/arm1136jfs.cfg, custom/arm1136js.cfg, custom/arm7tdmi.cfg, custom/arm920.cfg, custom/armcortexa9.cfg: New files.
Diffstat (limited to '')
-rw-r--r--make/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/Makefile.am b/make/Makefile.am
index 695799b097..9aee11e709 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -20,6 +20,11 @@ rtems_make_customdir = $(rtems_makedir)/custom
dist_rtems_make_custom_DATA = custom/default.cfg
+EXTRA_DIST += custom/arm1136jfs.cfg
+EXTRA_DIST += custom/arm1136js.cfg
+EXTRA_DIST += custom/arm7tdmi.cfg
+EXTRA_DIST += custom/arm920.cfg
+EXTRA_DIST += custom/armcortexa9.cfg
EXTRA_DIST += custom/av5282.cfg
EXTRA_DIST += custom/avrtest.cfg
EXTRA_DIST += custom/bare.cfg