source: rtems/c/src/lib/libcpu/i960/i960rp/Makefile.am @ 073e2411

4.104.114.84.95
Last change on this file since 073e2411 was bc85fd5a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/11/00 at 19:31:04

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.

  • Property mode set to 100644
File size: 489 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../../../../../automake/lib.am
9
10C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
13H_FILES =
14
15OBJS = $(C_O_FILES)
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21if i960rp
22all-local: $(ARCH) $(OBJS)
23endif
24
25EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c
26
27include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.