summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-16 08:28:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-16 08:28:54 +0000
commit39c0e67590b100e9ea425019c2f3e8391f897a2d (patch)
treef1b32f15209e5d2f43d417ff3174388ed6dbb71d /c/src/lib/libbsp/c4x
parentRemove. (diff)
downloadrtems-39c0e67590b100e9ea425019c2f3e8391f897a2d.tar.bz2
Merge-in shared/Makefile.am.
Diffstat (limited to 'c/src/lib/libbsp/c4x')
-rw-r--r--c/src/lib/libbsp/c4x/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/c4x/Makefile.am b/c/src/lib/libbsp/c4x/Makefile.am
index e7eb257235..e386c90650 100644
--- a/c/src/lib/libbsp/c4x/Makefile.am
+++ b/c/src/lib/libbsp/c4x/Makefile.am
@@ -5,7 +5,12 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
-SUBDIRS = shared @RTEMS_BSP_FAMILY@
+SUBDIRS = @RTEMS_BSP_FAMILY@
+
+EXTRA_DIST =
+EXTRA_DIST += shared/bspspuriousinit.c
+EXTRA_DIST += shared/c3xspurious.c
+EXTRA_DIST += shared/c4xspurious.c
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am