forked from Imagelibrary/rtems
13 lines
232 B
Makefile
13 lines
232 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
SUBDIRS = @RTEMS_CPU@
|
|
|
|
DIST_SUBDIRS = arm bfin c4x h8300 i386 m68k mips nios2 no_cpu powerpc sh sparc \
|
|
unix
|
|
DIST_SUBDIRS += avr
|
|
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/local.am
|