From 96b2583fdd30743153f2903dcddf6e96a6162684 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jan 2001 13:35:32 +0000 Subject: 2001-01-05 Joel Sherrill * include/bsp.h: Changed to to reflect the movement of this component to libmisc. * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh. --- c/src/lib/libbsp/sh/gensh1/ChangeLog | 6 ++++++ c/src/lib/libbsp/sh/gensh1/include/bsp.h | 2 +- c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/sh/gensh1') diff --git a/c/src/lib/libbsp/sh/gensh1/ChangeLog b/c/src/lib/libbsp/sh/gensh1/ChangeLog index 1f0264b282..8bf3636181 100644 --- a/c/src/lib/libbsp/sh/gensh1/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh1/ChangeLog @@ -1,3 +1,9 @@ +2001-01-05 Joel Sherrill + + * include/bsp.h: Changed to to reflect + the movement of this component to libmisc. + * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h index b9dc3fb98c..d5c9d31271 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h @@ -45,7 +45,7 @@ extern "C" { /* EDIT: To activate the sci driver, change the define below */ #if 1 -#include +#include #define BSP_CONSOLE_DEVNAME "/dev/null" #define BSP_CONSOLE_DRIVER_TABLE_ENTRY DEVNULL_DRIVER_TABLE_ENTRY #else diff --git a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am index 30111cc51c..c9f3a140d3 100644 --- a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am @@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 BSP_PIECES = startup scitab console # pieces to pick up out of libcpu/sh/sh7032 -CPU_PIECES = null clock timer sci delay score +CPU_PIECES = clock timer sci delay score # bummer; have to use $foreach since % pattern subst rules only replace 1x OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ -- cgit v1.2.3