summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-26 03:25:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-26 03:25:55 +0000
commit07d7b95e7afca1d2d8a26ed22c7a44a1caf5adeb (patch)
treedab7778e34d8a0dc28a46055c95e004e1f78f9e0
parentFix typo. (diff)
downloadrtems-07d7b95e7afca1d2d8a26ed22c7a44a1caf5adeb.tar.bz2
2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add custom/rtl22xx.cfg.
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 18b280ba51..408fd4a06e 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Add custom/rtl22xx.cfg.
+
2007-04-26 Ray Xu <xr@trasin.net>
* custom/rtl22xx.cfg: New (Initial submission).
diff --git a/make/Makefile.am b/make/Makefile.am
index 1e48a2f899..366d922fa1 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
custom/mvme2100.cfg custom/mvme2307.cfg custom/no_bsp.cfg \
custom/nios2_iss.cfg \
custom/ods68302.cfg custom/pc386.cfg custom/posix.cfg \
- custom/psim.cfg custom/score603e.cfg \
+ custom/psim.cfg custom/rtl22xx.cfg custom/score603e.cfg \
custom/shsim.cfg custom/ts_386ex.cfg
include $(top_srcdir)/automake/host.am