summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 12:52:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 12:52:57 +0000
commit83084abe07170c1683ae4661961f92b8ccc48514 (patch)
tree0b7eb8be97c8f48d21a4f06dba928ac814cfca5f /make
parentRemove (Moved to c/src/lib/libbsp/<cpu>/<bsp>). (diff)
downloadrtems-83084abe07170c1683ae4661961f92b8ccc48514.tar.bz2
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove custom/no_bsp.cfg.
Diffstat (limited to '')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 0a0f211958..14e4d98c6f 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,9 @@
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am: Remove custom/no_bsp.cfg.
+
+2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* custom/no_bsp.cfg:
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
diff --git a/make/Makefile.am b/make/Makefile.am
index 909093b8ad..9222c296df 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -21,6 +21,5 @@ rtems_make_customdir = $(rtems_makedir)/custom
dist_rtems_make_custom_DATA = custom/default.cfg
EXTRA_DIST += custom/bare.cfg
-EXTRA_DIST += custom/no_bsp.cfg
include $(top_srcdir)/automake/host.am