2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: RTEMS_CHECK_CUSTOM_BSP.
	* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	* milli/Makefile.am: Ditto.
	* semaphore/Makefile.am: Ditto.
	* timer/Makefile.am: Ditto.
This commit is contained in:
Ralf Corsepius
2002-12-16 17:55:54 +00:00
parent 34174c7262
commit 3d34c50fff
6 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_CHECK_CUSTOM_BSP.
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* milli/Makefile.am: Ditto.
* semaphore/Makefile.am: Ditto.
* timer/Makefile.am: Ditto.
2002-12-16 Joel Sherrill <joel@OARcorp.com> 2002-12-16 Joel Sherrill <joel@OARcorp.com>
* milli/milli.S: Per PR329, use GNU binutils assembler directives. * milli/milli.S: Per PR329, use GNU binutils assembler directives.

View File

@@ -9,7 +9,6 @@ C_FILES = clock.c
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am

View File

@@ -25,8 +25,6 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile

View File

@@ -9,7 +9,6 @@ S_FILES = milli.S
milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am

View File

@@ -9,7 +9,6 @@ C_FILES = semaphore.c
semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am

View File

@@ -9,7 +9,6 @@ C_FILES = timer.c
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am