summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-03 07:34:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-03 07:34:12 +0000
commitfb8b61a41e7ef70f1652e4d1ef528b46aed3155d (patch)
treeb7cf160bb1f5e98b996b0c963ff53c3c9a46b10e /c
parent2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fb8b61a41e7ef70f1652e4d1ef528b46aed3155d.tar.bz2
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/shared/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/shared/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/ChangeLog b/c/src/lib/libbsp/m68k/shared/ChangeLog
index d988fd6ca5..79888e1d4d 100644
--- a/c/src/lib/libbsp/m68k/shared/ChangeLog
+++ b/c/src/lib/libbsp/m68k/shared/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+ 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 2ce043f147..d873aaf5e9 100644
--- a/c/src/lib/libbsp/m68k/shared/Makefile.am
+++ b/c/src/lib/libbsp/m68k/shared/Makefile.am
@@ -2,10 +2,11 @@
## $Id$
##
-
SUBDIRS = gdbstub
EXTRA_DIST = m68kpretaskinghook.c setvec.c start.S
+EXTRA_DIST += mvme/mvme16x_hw.h
+
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am