summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-05 13:35:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-05 13:35:32 +0000
commit96b2583fdd30743153f2903dcddf6e96a6162684 (patch)
tree19f8a0c4c577f11327b3f9d305fb1fde61e5bf9f /c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
parent2001-01-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-96b2583fdd30743153f2903dcddf6e96a6162684.tar.bz2
2001-01-05 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect the movement of this component to libmisc. * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
index b36baea2f0..80f0d3ac29 100644
--- a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
@@ -8,8 +8,8 @@ AUTOMAKE_OPTIONS = foreign 1.4
BSP_PIECES = startup scitab console
-# pieces to pick up out of libcpu/sh
-CPU_PIECES = null clock timer sci score
+# pieces to pick up out of libcpu/sh/sh7045
+CPU_PIECES = clock timer sci score
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \