source: rtems/cpukit/score/cpu/Makefile.am @ 9b605b28

4.115
Last change on this file since 9b605b28 was 48fc25f, checked in by Anthony Green <green@…>, on 02/27/13 at 18:13:21

Common file changes in support of Moxie port

Signed-off-by: Anthony Green <green@…>

  • Property mode set to 100644
File size: 507 bytes
Line 
1SUBDIRS = @RTEMS_CPU@
2
3DIST_SUBDIRS =
4DIST_SUBDIRS += arm
5DIST_SUBDIRS += avr
6DIST_SUBDIRS += bfin
7DIST_SUBDIRS += h8300
8DIST_SUBDIRS += i386
9DIST_SUBDIRS += lm32
10DIST_SUBDIRS += m32c
11DIST_SUBDIRS += m32r
12DIST_SUBDIRS += m68k
13DIST_SUBDIRS += mips
14DIST_SUBDIRS += moxie
15DIST_SUBDIRS += nios2
16DIST_SUBDIRS += no_cpu
17DIST_SUBDIRS += powerpc
18DIST_SUBDIRS += sh
19DIST_SUBDIRS += sparc
20DIST_SUBDIRS += sparc64
21DIST_SUBDIRS += v850
22
23include $(top_srcdir)/automake/subdirs.am
24include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.