summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-17 08:51:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-17 08:51:06 +0000
commit6fdf97894c6bb02ffda0b49d901c5a00140f138a (patch)
tree6ca29667a21322d73543872a0275882f3712a619 /c/src/lib/libbsp/m68k/Makefile.am
parentRegenerate. (diff)
downloadrtems-6fdf97894c6bb02ffda0b49d901c5a00140f138a.tar.bz2
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in shared/Makefile.am. * ChangeLog: Merge-in shared/ChangeLog. * configure.ac: Remove shared/Makefile.am.
Diffstat (limited to 'c/src/lib/libbsp/m68k/Makefile.am')
-rw-r--r--c/src/lib/libbsp/m68k/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/Makefile.am b/c/src/lib/libbsp/m68k/Makefile.am
index e7eb257235..e569416ec0 100644
--- a/c/src/lib/libbsp/m68k/Makefile.am
+++ b/c/src/lib/libbsp/m68k/Makefile.am
@@ -5,7 +5,15 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
-SUBDIRS = shared @RTEMS_BSP_FAMILY@
+SUBDIRS = @RTEMS_BSP_FAMILY@
+
+EXTRA_DIST = shared/m68kpretaskinghook.c shared/setvec.c shared/start.S
+
+EXTRA_DIST += shared/bspspuriousinit.c shared/m68000spurious.c
+
+EXTRA_DIST += shared/mvme/mvme16x_hw.h
+
+EXTRA_DIST += shared/gdbstub/m68k-stub.c shared/gdbstub/gdb_if.h
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am