From bc85fd5a6df8753543ba55c98a588e255471752b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jul 2000 19:31:04 +0000 Subject: Reworked score/cpu/i960 so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960. --- c/src/lib/libcpu/i960/i960ca/Makefile.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 c/src/lib/libcpu/i960/i960ca/Makefile.am (limited to 'c/src/lib/libcpu/i960/i960ca/Makefile.am') diff --git a/c/src/lib/libcpu/i960/i960ca/Makefile.am b/c/src/lib/libcpu/i960/i960ca/Makefile.am new file mode 100644 index 0000000000..c37a3a0433 --- /dev/null +++ b/c/src/lib/libcpu/i960/i960ca/Makefile.am @@ -0,0 +1,27 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +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)/%.o) + +H_FILES = + +OBJS = $(C_O_FILES) + +# +# (OPTIONAL) Add local stuff here using += +# + +if i960ca +all-local: $(ARCH) $(OBJS) +endif + +EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c + +include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3