summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-16 07:30:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-16 07:30:12 +0000
commita3e2358bf8351598af90dba5d212b7ba1b1f3e77 (patch)
tree0e84dcbda53de1503a9f208f22b6af80c41de3ac /c/src/lib/libbsp/sh/Makefile.am
parentRemove. (diff)
downloadrtems-a3e2358bf8351598af90dba5d212b7ba1b1f3e77.tar.bz2
Merge-in shared/Makefile.am.
Diffstat (limited to 'c/src/lib/libbsp/sh/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/Makefile.am b/c/src/lib/libbsp/sh/Makefile.am
index a5e7d27e63..cf5212b2c0 100644
--- a/c/src/lib/libbsp/sh/Makefile.am
+++ b/c/src/lib/libbsp/sh/Makefile.am
@@ -5,7 +5,11 @@
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/console.c
+EXTRA_DIST += shared/setvec.c
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am