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

* Makefile.am: Remove CPU_MODEL_SUBDIR.
	* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
	* i960ca/Makefile.am: Eliminate *_O_FILES.
	Don't include @RTEMS_BSP@.cfg.
	* i960ka/Makefile.am: Ditto.
	* i960rp/Makefile.am: Ditto.
This commit is contained in:
Ralf Corsepius
2002-12-16 06:12:40 +00:00
parent 64daf02721
commit c75dbae3e7
6 changed files with 13 additions and 27 deletions

View File

@@ -1,3 +1,12 @@
2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove CPU_MODEL_SUBDIR.
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
* i960ca/Makefile.am: Eliminate *_O_FILES.
Don't include @RTEMS_BSP@.cfg.
* i960ka/Makefile.am: Ditto.
* i960rp/Makefile.am: Ditto.
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.

View File

@@ -4,19 +4,7 @@
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
if i960ca
CPU_SUBDIR = i960ca
endif
if i960ka
CPU_SUBDIR = i960ka
endif
if i960rp
CPU_SUBDIR = i960rp
endif
SUBDIRS = include $(CPU_SUBDIR)
SUBDIRS = include i960ca i960ka i960rp
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -24,8 +24,6 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
AM_CONDITIONAL(i960ca, test "$RTEMS_CPU_MODEL" = "i960ca")
AM_CONDITIONAL(i960ka, test "$RTEMS_CPU_MODEL" = "i960ka")
AM_CONDITIONAL(i960rp, test "$RTEMS_CPU_MODEL" = "i960rp")

View File

@@ -3,14 +3,11 @@
##
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am
C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
#
# (OPTIONAL) Add local stuff here using +=

View File

@@ -3,14 +3,11 @@
##
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am
C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
#
# (OPTIONAL) Add local stuff here using +=

View File

@@ -3,14 +3,11 @@
##
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am
C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
#
# (OPTIONAL) Add local stuff here using +=