summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 21:23:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 21:23:08 +0000
commit00d25f312bfbf7b9f770d2dabc0bb1eff7c477f8 (patch)
tree74b4df4e66a29a4f324a12768bc8cbece354d28d /make
parent2008-05-06 Ray Xu <rayx.cn@gmail.com> (diff)
downloadrtems-00d25f312bfbf7b9f770d2dabc0bb1eff7c477f8.tar.bz2
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Add smdk2410.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 70d192b88a..947d5541c6 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile.am: Add smdk2410.
+
2008-05-06 Ray Xu <rayx.cn@gmail.com>
* custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
diff --git a/make/Makefile.am b/make/Makefile.am
index 84d98c5b10..2ec4537410 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -33,6 +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/shsim.cfg custom/ts_386ex.cfg custom/nds.cfg \
+ custom/smdk2410.cfg
include $(top_srcdir)/automake/host.am