mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 15:30:17 +00:00
16 lines
223 B
Makefile
16 lines
223 B
Makefile
## $Id$
|
|
|
|
SUBDIRS = arm
|
|
SUBDIRS += c4x
|
|
SUBDIRS += i386
|
|
SUBDIRS += i960
|
|
SUBDIRS += m68k
|
|
SUBDIRS += mips
|
|
SUBDIRS += mips64orion
|
|
SUBDIRS += powerpc
|
|
SUBDIRS += sh
|
|
SUBDIRS += sparc
|
|
SUBDIRS += template
|
|
|
|
EXTRA_DIST = supplement.am
|