source: rtems/cpukit/score/cpu/Makefile.am @ f47dc8d

5
Last change on this file since f47dc8d was a5273ab, checked in by Hesham Almatary <hesham@…>, on 10/20/17 at 06:04:08

Add riscv32 to autotools files v3

  • Property mode set to 100644
File size: 515 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 += riscv32
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.