From 3defec6f09b3a8fd98256a1751e8ec3289b948d2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 23 Apr 2004 04:47:38 +0000 Subject: 2004-04-23 Ralf Corsepius PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics. --- c/src/lib/libbsp/unix/posix/ChangeLog | 6 ++++++ c/src/lib/libbsp/unix/posix/Makefile.am | 5 +++++ c/src/lib/libbsp/unix/posix/include/tm27.h | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/unix') diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog index b501888277..5b5e1d47ef 100644 --- a/c/src/lib/libbsp/unix/posix/ChangeLog +++ b/c/src/lib/libbsp/unix/posix/ChangeLog @@ -1,3 +1,9 @@ +2004-04-23 Ralf Corsepius + + PR 610/bsps + * Makefile.am: Add include/tm27.h, Cosmetics. + * include/tm27.h: Final cosmetics. + 2004-04-22 Ralf Corsepius * include/bsp.h: Split out tmtest27 support. diff --git a/c/src/lib/libbsp/unix/posix/Makefile.am b/c/src/lib/libbsp/unix/posix/Makefile.am index cb46be7be7..5fead4f384 100644 --- a/c/src/lib/libbsp/unix/posix/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/Makefile.am @@ -16,6 +16,7 @@ include $(top_srcdir)/../../bsp.am dist_project_lib_DATA = bsp_specs include_HEADERS = include/bsp.h +include_HEADERS += include/tm27.h nodist_include_HEADERS = include/bspopts.h EXTRA_PROGRAMS = @@ -160,6 +161,10 @@ $(PROJECT_INCLUDE)/bsp.h: include/bsp.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h +$(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h + $(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bspopts.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h diff --git a/c/src/lib/libbsp/unix/posix/include/tm27.h b/c/src/lib/libbsp/unix/posix/include/tm27.h index ea3bbc2e51..9e8506069f 100644 --- a/c/src/lib/libbsp/unix/posix/include/tm27.h +++ b/c/src/lib/libbsp/unix/posix/include/tm27.h @@ -8,7 +8,7 @@ * $Id$ */ -#ifndef _TMTEST27 +#ifndef _RTEMS_TMTEST27 #error "This is an RTEMS internal file you must not include directly." #endif @@ -27,7 +27,7 @@ #define Cause_tm27_intr() \ raise( 16 ) -#define Clear_tm27_intr() +#define Clear_tm27_intr() /* empty */ #define Lower_tm27_intr() \ _ISR_Set_level( 0 ); -- cgit v1.2.3