source: rtems/cpukit/score/cpu/Makefile.am @ 0daa8ab

5
Last change on this file since 0daa8ab was a748603, checked in by Chris Johns <chrisj@…>, on 05/14/17 at 01:52:52

build-system: Parallel build all subdirs.

  • Property mode set to 100644
File size: 491 bytes
Line 
1_SUBDIRS = @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.