forked from Imagelibrary/rtems
* Makefile.am: mips64orion port removed as mips port more completely covers the MIPS family.
15 lines
200 B
Makefile
15 lines
200 B
Makefile
## $Id$
|
|
|
|
SUBDIRS = arm
|
|
SUBDIRS += c4x
|
|
SUBDIRS += i386
|
|
SUBDIRS += i960
|
|
SUBDIRS += m68k
|
|
SUBDIRS += mips
|
|
SUBDIRS += powerpc
|
|
SUBDIRS += sh
|
|
SUBDIRS += sparc
|
|
SUBDIRS += template
|
|
|
|
EXTRA_DIST = supplement.am
|