source: rtems/cpukit/score/cpu/Makefile.am @ 700f97e

4.115
Last change on this file since 700f97e 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
RevLine 
[74bbc53]1SUBDIRS = @RTEMS_CPU@
[43283456]2
[4ef27382]3DIST_SUBDIRS =
4DIST_SUBDIRS += arm
[05f3270]5DIST_SUBDIRS += avr
[4ef27382]6DIST_SUBDIRS += bfin
7DIST_SUBDIRS += h8300
8DIST_SUBDIRS += i386
9DIST_SUBDIRS += lm32
10DIST_SUBDIRS += m32c
11DIST_SUBDIRS += m32r
12DIST_SUBDIRS += m68k
13DIST_SUBDIRS += mips
[48fc25f]14DIST_SUBDIRS += moxie
[4ef27382]15DIST_SUBDIRS += nios2
16DIST_SUBDIRS += no_cpu
[94d45f6]17DIST_SUBDIRS += or1k
[4ef27382]18DIST_SUBDIRS += powerpc
19DIST_SUBDIRS += sh
20DIST_SUBDIRS += sparc
[ecbbd968]21DIST_SUBDIRS += sparc64
[2d7ae960]22DIST_SUBDIRS += v850
[43283456]23
[fed6210d]24include $(top_srcdir)/automake/subdirs.am
25include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.