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.
This commit is contained in:
Ralf Corsepius
2003-12-04 08:09:00 +00:00
parent 61a90083a7
commit 6d2cdbd1da
3 changed files with 12 additions and 10 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -1,7 +0,0 @@
##
## $Id$
##
EXTRA_DIST = m68k-stub.c rtems-stub-glue.c gdb_if.h
include $(top_srcdir)/../../../automake/local.am