summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-04 12:27:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-04 12:27:42 +0000
commit0a70872920e4c570164d9a3553dd7838e6428f4f (patch)
tree43847b2a33b0999f3489efac9b852ad14f88aa28
parent2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0a70872920e4c570164d9a3553dd7838e6428f4f.tar.bz2
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. * Makefile.am: Distibute mongoosev's READMEs
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog5
-rw-r--r--c/src/lib/libcpu/mips/Makefile.am4
-rw-r--r--c/src/lib/libcpu/mips/configure.ac2
3 files changed, 7 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog
index 9ec2db2c38..cb2387cb60 100644
--- a/c/src/lib/libcpu/mips/ChangeLog
+++ b/c/src/lib/libcpu/mips/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
+ * Makefile.am: Distibute mongoosev's READMEs
+
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* preinstall.am: New.
diff --git a/c/src/lib/libcpu/mips/Makefile.am b/c/src/lib/libcpu/mips/Makefile.am
index 9de6dee929..3260a099dc 100644
--- a/c/src/lib/libcpu/mips/Makefile.am
+++ b/c/src/lib/libcpu/mips/Makefile.am
@@ -39,6 +39,8 @@ shared_interrupts_rel_SOURCES = shared/interrupts/installisrentries.c \
shared_interrupts_rel_CPPFLAGS = $(AM_CPPFLAGS) $(interrupts_CPPFLAGS)
shared_interrupts_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
+EXTRA_DIST += mongoosev/README
+EXTRA_DIST += mongoosev/duart/README.mguart
if mongoosev
include_libcpu_HEADERS += mongoosev/include/mongoose-v.h
@@ -46,8 +48,6 @@ include_libcpu_HEADERS += mongoosev/include/mongoose-v.h
include_libchipdir = $(includedir)/libchip
include_libchip_HEADERS = mongoosev/duart/mg5uart.h
-EXTRA_DIST += mongoosev/duart/README.mguart
-
noinst_PROGRAMS += mongoosev/duart.rel
mongoosev_duart_rel_SOURCES = mongoosev/duart/mg5uart.c \
mongoosev/duart/mg5uart.h mongoosev/duart/mg5uart_reg.c
diff --git a/c/src/lib/libcpu/mips/configure.ac b/c/src/lib/libcpu/mips/configure.ac
index 1938860c84..238d1ccd4e 100644
--- a/c/src/lib/libcpu/mips/configure.ac
+++ b/c/src/lib/libcpu/mips/configure.ac
@@ -21,8 +21,6 @@ AM_PROG_CC_C_O
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
-RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-
AM_CONDITIONAL(r46xx, test "$RTEMS_CPU_MODEL" = "R4600" \
|| test "$RTEMS_CPU_MODEL" = "R4650" )