summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 41f053ab92..1b287bc040 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile.am: Add nds.
+
2008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>
* custom/nds.cfg: New file.
diff --git a/make/Makefile.am b/make/Makefile.am
index 9552cb01c6..84d98c5b10 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -33,6 +33,6 @@ 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/shsim.cfg custom/ts_386ex.cfg custom/nds.cfg
include $(top_srcdir)/automake/host.am