summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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