From 6ce599cdf62258ce2eaf7a2a9c9c3407cf74cee3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Oct 2001 18:01:50 +0000 Subject: 2001-10-13 Ralf Corsepius * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add START_HW_INIT-support macros, add console/Makefile. * Makefile.am: Add console SUBDIR. * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ. * include/Makefile.am: Add bspopts.h. * include/bsp.h: Comment out SH4_CPU_HZ_Frequency. * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency. * startup/linkcmds: Comment out OUTPUT_FORMAT for coff compatibility. * wrapup/Makefile.am: Add console to BSP_PIECES. * console/Makefile.am: New. * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c. --- c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am') diff --git a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am index 4b54756366..674e70d569 100644 --- a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -BSP_PIECES = startup hw_init +BSP_PIECES = startup hw_init console # pieces to pick up out of libcpu/sh/sh7750 CPU_PIECES = clock sci timer score -- cgit v1.2.3