source: rtems/make/custom/Makefile.am @ 2ccdc399

4.104.114.84.95
Last change on this file since 2ccdc399 was 2ccdc399, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/99 at 19:22:15

Removed targets and configurations that are no longer functional
and not likely to become so. Comments on each configuration
are below.

+ Force CPU386 - This BSP was developed as part of the initial

port of RTEMS to the i386. This board has been unavailable
for a long time now.

+ GO32 - This BSP and some CPU code supported djgpp v1.x. This

version is now quite old. No one has stepped forward to
update the code to v2.x which may be technically impossible
anyway. More importantly, go32 has been superceded by the pc386 BSP.

  • Property mode set to 100644
File size: 873 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7rtems_makedir=$(prefix)/make
8rtems_make_customdir=$(rtems_makedir)/custom
9
10rtems_make_custom_DATA = \
11default.cfg
12
13EXTRA_DIST = \
14FreeBSD-posix.cfg \
15HPUX9-posix.cfg \
16Linux-posix.cfg \
17Solaris-posix.cfg \
18bare.cfg  \
19cvme961.cfg  \
20dmv152.cfg \
21dmv177.cfg \
22efi332.cfg \
23efi68k.cfg \
24erc32.cfg \
25eth_comm.cfg \
26gen68302.cfg \
27gen68340.cfg \
28gen68360.cfg \
29gen68360_040.cfg \
30gensh1.cfg \
31helas403.cfg \
32i386ex.cfg \
33idp.cfg \
34mcp750.cfg \
35mvme136.cfg \
36mvme147.cfg \
37mvme147s.cfg \
38mvme162.cfg \
39mvme162lx.cfg \
40mvme167.cfg \
41mvme2307.cfg \
42no_bsp.cfg \
43ods68302.cfg \
44p4000.cfg \
45p4600.cfg \
46p4650.cfg \
47papyrus.cfg \
48pc386.cfg \
49portsw.cfg \
50posix.cfg \
51ppcn_60x.cfg \
52psim.cfg \
53score603e.cfg \
54simhppa.cfg \
55ts_386ex.cfg
56
57## -------------------------------------------------------
58include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.