2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(OBJS).
	* sci/Makefile.am: Likewise.
	* score/Makefile.am: Likewise.
	* timer/Makefile.am: Likewise.
This commit is contained in:
Ralf Corsepius
2003-01-15 16:17:38 +00:00
parent e02e4290ff
commit 3bda49d37a
5 changed files with 11 additions and 21 deletions

View File

@@ -1,3 +1,10 @@
2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(OBJS).
* sci/Makefile.am: Likewise.
* score/Makefile.am: Likewise.
* timer/Makefile.am: Likewise.
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE. * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.

View File

@@ -6,11 +6,8 @@
PGM = $(ARCH)/clock.rel PGM = $(ARCH)/clock.rel
C_FILES = ckinit.c C_FILES = ckinit.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../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

@@ -2,15 +2,11 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/sci.rel PGM = $(ARCH)/sci.rel
C_FILES = sh4uart.c C_FILES = sh4uart.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../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
@@ -25,8 +21,4 @@ all-local: $(ARCH) $(OBJS) $(PGM)
.PRECIOUS: $(PGM) .PRECIOUS: $(PGM)
## FIXME: Moved to libbsp/sh/<BSP>/console/
## Needs to be reworked to be usable here.
EXTRA_DIST = console.c
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../../../automake/local.am

View File

@@ -6,11 +6,8 @@
PGM = $(ARCH)/score.rel PGM = $(ARCH)/score.rel
C_FILES = cpu_asm.c ispsh7750.c C_FILES = cpu_asm.c ispsh7750.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../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

@@ -6,11 +6,8 @@
PGM = $(ARCH)/timer.rel PGM = $(ARCH)/timer.rel
C_FILES = timer.c C_FILES = timer.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../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