source: rtems/cpukit/score/cpu/Makefile.am @ 28e5749e

5
Last change on this file since 28e5749e was 15068f4c, checked in by Joel Sherrill <joel@…>, on 01/20/16 at 01:38:35

Remove AVR port

closes #2443.

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