summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 08:09:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 08:09:00 +0000
commit6d2cdbd1daac035bf6fc69909433f7cf46a53709 (patch)
tree0900a02700fd050e0721517f971b41f3d374a7ac
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6d2cdbd1daac035bf6fc69909433f7cf46a53709.tar.bz2
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: merge-in gdbstub/Makefile.am. Add stray files bspspuriousinit.c, m68000spurious.c. * gdbstub/Makefile.am: Remove.
-rw-r--r--c/src/lib/libbsp/m68k/shared/ChangeLog8
-rw-r--r--c/src/lib/libbsp/m68k/shared/Makefile.am7
-rw-r--r--c/src/lib/libbsp/m68k/shared/gdbstub/Makefile.am7
3 files changed, 12 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/ChangeLog b/c/src/lib/libbsp/m68k/shared/ChangeLog
index 79888e1d4d..fdef13bdc9 100644
--- a/c/src/lib/libbsp/m68k/shared/ChangeLog
+++ b/c/src/lib/libbsp/m68k/shared/ChangeLog
@@ -1,8 +1,16 @@
+2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: merge-in gdbstub/Makefile.am.
+ Add stray files bspspuriousinit.c, m68000spurious.c.
+ * gdbstub/Makefile.am: Remove.
+
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
Add mvme/mvme16x_hw.h.
+ Add mvme/mvme16x_hw.h.
+
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* bspspuriousinit.c, m68000spurious.c, m68kpretaskinghook.c, setvec.c,
diff --git a/c/src/lib/libbsp/m68k/shared/Makefile.am b/c/src/lib/libbsp/m68k/shared/Makefile.am
index d873aaf5e9..e827b5e901 100644
--- a/c/src/lib/libbsp/m68k/shared/Makefile.am
+++ b/c/src/lib/libbsp/m68k/shared/Makefile.am
@@ -2,11 +2,12 @@
## $Id$
##
-SUBDIRS = gdbstub
-
EXTRA_DIST = m68kpretaskinghook.c setvec.c start.S
+EXTRA_DIST += bspspuriousinit.c m68000spurious.c
+
EXTRA_DIST += mvme/mvme16x_hw.h
-include $(top_srcdir)/../../../automake/subdirs.am
+EXTRA_DIST += gdbstub/m68k-stub.c gdbstub/rtems-stub-glue.c gdbstub/gdb_if.h
+
include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libbsp/m68k/shared/gdbstub/Makefile.am b/c/src/lib/libbsp/m68k/shared/gdbstub/Makefile.am
deleted file mode 100644
index f91bb59db3..0000000000
--- a/c/src/lib/libbsp/m68k/shared/gdbstub/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-##
-## $Id$
-##
-
-EXTRA_DIST = m68k-stub.c rtems-stub-glue.c gdb_if.h
-
-include $(top_srcdir)/../../../automake/local.am