forked from Imagelibrary/rtems
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHEC_CUSTOM_BSP. * mpc505/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc505/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc505/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc6xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc6xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc6xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc6xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc6xx/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8260/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8260/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8260/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8260/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8260/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8260/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8xx/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8xx/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mpc8xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ppc403/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ppc403/console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ppc403/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ppc403/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ppc403/tty_drv/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ppc403/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shared/include/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shared/src/Makefile.am: Don't include @RTEMS_BSP@.cfg. * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
This commit is contained in:
@@ -1,3 +1,36 @@
|
|||||||
|
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove RTEMS_CHEC_CUSTOM_BSP.
|
||||||
|
* mpc505/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc505/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc505/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc6xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc6xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc6xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc6xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc6xx/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8260/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8260/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8260/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8260/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8260/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8260/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8xx/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8xx/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* mpc8xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* ppc403/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* ppc403/console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* ppc403/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* ppc403/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* ppc403/tty_drv/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* ppc403/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* shared/include/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* shared/src/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
@@ -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)
|
|
||||||
|
|
||||||
AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \
|
AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \
|
||||||
|| test "$RTEMS_CPU_MODEL" = "mpc7400" \
|
|| test "$RTEMS_CPU_MODEL" = "mpc7400" \
|
||||||
|| test "$RTEMS_CPU_MODEL" = "ppc603e" \
|
|| test "$RTEMS_CPU_MODEL" = "ppc603e" \
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ include_HEADERS = ictrl.h
|
|||||||
|
|
||||||
ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
ictrl_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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ S_FILES = vectors.S
|
|||||||
|
|
||||||
vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))
|
vectors_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
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ include_libcpu_HEADERS = c_clock.h
|
|||||||
|
|
||||||
c_clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
c_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
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ include_libcpu_HEADERS = raw_exception.h
|
|||||||
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
||||||
$(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
$(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
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ include_libcpu_HEADERS = bat.h pte121.h
|
|||||||
|
|
||||||
mmu_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
mmu_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ OBJS = \
|
|||||||
$(foreach piece, $(GENERIC_FILES), ../../mpc6xx/$(piece)/$(ARCH)/*.$(OBJEXT))
|
$(foreach piece, $(GENERIC_FILES), ../../mpc6xx/$(piece)/$(ARCH)/*.$(OBJEXT))
|
||||||
LIB = $(ARCH)/libcpuspec.a
|
LIB = $(ARCH)/libcpuspec.a
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ C_FILES = console-generic.c
|
|||||||
|
|
||||||
console_generic_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
console_generic_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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ C_FILES = cp.c dpram.c brg.c
|
|||||||
|
|
||||||
cpm_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
cpm_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
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ include_libcpu_HEADERS = raw_exception.h
|
|||||||
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
||||||
$(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
$(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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ C_FILES = mmu.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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ C_FILES = console-generic.c
|
|||||||
|
|
||||||
console_generic_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
console_generic_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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ C_FILES = cp.c dpram.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
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ include_libcpu_HEADERS = raw_exception.h
|
|||||||
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
||||||
$(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
$(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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ C_FILES = mmu.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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ endif
|
|||||||
|
|
||||||
console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
console_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
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ include_HEADERS = ictrl.h
|
|||||||
|
|
||||||
ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
ictrl_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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ C_FILES = tty_drv.c
|
|||||||
|
|
||||||
tty_drv_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
tty_drv_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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ S_FILES = vectors.S align_h.S
|
|||||||
|
|
||||||
vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))
|
vectors_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
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ include_libcpu_HEADERS = spr.h io.h mmu.h page.h byteorder.h pgtable.h \
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ include_libcpu_HEADERS = cache_.h cache.h
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ FAMILY_OBJS = \
|
|||||||
|
|
||||||
LIB = $(ARCH)/libcpu.a
|
LIB = $(ARCH)/libcpu.a
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user