From d49ce826ae0d4698724073e32800cff21a6717d8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Jan 2002 22:52:41 +0000 Subject: 2002-02-09 Ralf Corsepius * asm.h: Remove #include . Add #include . * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP). --- c/src/exec/score/cpu/mips/ChangeLog | 7 +++++++ c/src/exec/score/cpu/mips/asm.h | 2 +- c/src/exec/score/cpu/mips/configure.ac | 3 --- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'c') diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog index 2b786ea458..2523d85f4d 100644 --- a/c/src/exec/score/cpu/mips/ChangeLog +++ b/c/src/exec/score/cpu/mips/ChangeLog @@ -1,3 +1,10 @@ +2002-02-09 Ralf Corsepius + + * asm.h: Remove #include . + Add #include . + * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP). + + 2001-12-20 Ralf Corsepius * configure.ac: Use RTEMS_ENV_RTEMSCPU. diff --git a/c/src/exec/score/cpu/mips/asm.h b/c/src/exec/score/cpu/mips/asm.h index 671821afb9..509678fad3 100644 --- a/c/src/exec/score/cpu/mips/asm.h +++ b/c/src/exec/score/cpu/mips/asm.h @@ -34,7 +34,7 @@ #ifndef ASM #define ASM #endif -#include +#include #include /* diff --git a/c/src/exec/score/cpu/mips/configure.ac b/c/src/exec/score/cpu/mips/configure.ac index 9f4e70e4b3..c83e972507 100644 --- a/c/src/exec/score/cpu/mips/configure.ac +++ b/c/src/exec/score/cpu/mips/configure.ac @@ -25,9 +25,6 @@ RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB -# Check if there is custom/*.cfg for this BSP -RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) - # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile rtems/Makefile -- cgit v1.2.3