4.104.114.84.95
Last change
on this file since bc85fd5a 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
|
Rev | Line | |
---|
[bc85fd5a] | 1 | ## |
---|
| 2 | ## $Id$ |
---|
| 3 | ## |
---|
| 4 | |
---|
| 5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
| 6 | |
---|
| 7 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
| 8 | include $(top_srcdir)/../../../../../automake/lib.am |
---|
| 9 | |
---|
| 10 | C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c |
---|
| 11 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) |
---|
| 12 | |
---|
| 13 | H_FILES = |
---|
| 14 | |
---|
| 15 | OBJS = $(C_O_FILES) |
---|
| 16 | |
---|
| 17 | # |
---|
| 18 | # (OPTIONAL) Add local stuff here using += |
---|
| 19 | # |
---|
| 20 | |
---|
| 21 | if i960ka |
---|
| 22 | all-local: $(ARCH) $(OBJS) |
---|
| 23 | endif |
---|
| 24 | |
---|
| 25 | EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c |
---|
| 26 | |
---|
| 27 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.