4.104.114.84.95
Last change
on this file since 41ab6966 was
41ab6966,
checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 20:06:59
|
Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier
<charles.gauthier@…>, and Darlene A. Stewart
<Darlene.Stewart@…> to add support for a number of very
significant things:
+ BSPs for many variations on the Motorola MBX8xx board series
+ Cache Manager including initial support for m68040
and PowerPC
+ Rework of mpc8xx libcpu code so all mpc8xx CPUs now use
same code base.
+ Rework of eth_comm BSP to utiltize above.
John reports this works on the 821 and 860
|
-
Property mode set to
100644
|
File size:
770 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | TEST = threaditerate |
---|
7 | |
---|
8 | MANAGERS = all |
---|
9 | |
---|
10 | C_FILES = init.c threadinfo.c rtemstask.c pthread.c itron_task.c |
---|
11 | C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) |
---|
12 | |
---|
13 | H_FILES = system.h |
---|
14 | noinst_HEADERS =$(H_FILES) |
---|
15 | |
---|
16 | DOCTYPES = scn doc |
---|
17 | DOCS = $(DOCTYPES:%=$(TEST).%) |
---|
18 | |
---|
19 | SRCS = $(C_FILES) $(H_FILES) |
---|
20 | OBJS = $(C_O_FILES) |
---|
21 | |
---|
22 | PRINT_SRCS = $(DOCS) |
---|
23 | |
---|
24 | PGM = ${ARCH}/$(TEST).exe |
---|
25 | |
---|
26 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
27 | include $(RTEMS_ROOT)/make/leaf.cfg |
---|
28 | include $(top_srcdir)/sptests.am |
---|
29 | |
---|
30 | # |
---|
31 | # (OPTIONAL) Add local stuff here using += |
---|
32 | # |
---|
33 | |
---|
34 | AM_CPPFLAGS = -I$(top_srcdir)/../psxtests/include |
---|
35 | |
---|
36 | ${PGM}: $(OBJS) $(LINK_FILES) |
---|
37 | $(make-exe) |
---|
38 | |
---|
39 | all: $(ARCH) $(TMPINSTALL_FILES) |
---|
40 | |
---|
41 | EXTRA_DIST = $(C_FILES) $(DOCS) |
---|
42 | |
---|
43 | include $(top_srcdir)/../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.