source: rtems/cpukit/score/cpu/Makefile.am @ 94d45f6

4.115
Last change on this file since 94d45f6 was 94d45f6, checked in by Hesham ALMatary <heshamelmatary@…>, on 08/12/14 at 15:57:42

Add support for OpenRISC - Fixed issues

This work is based on the old or32 port (that has been
removed back in 2005) authored by Chris Ziomkowski. The patch includes the
basic functions every port should implement like: context switch, exception
handling, OpenRISC ABI and machine definitions and configurations.

  • Property mode set to 100644
File size: 528 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 += or1k
18DIST_SUBDIRS += powerpc
19DIST_SUBDIRS += sh
20DIST_SUBDIRS += sparc
21DIST_SUBDIRS += sparc64
22DIST_SUBDIRS += v850
23
24include $(top_srcdir)/automake/subdirs.am
25include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.