forked from Imagelibrary/rtems
14 lines
245 B
Makefile
14 lines
245 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
|
|
SUBDIRS = $(RTEMS_CPU)
|
|
|
|
## FIXME: this does not work
|
|
## DIST_SUBDIRS = \
|
|
## a29k hppa1.1 i386 i960 m68k mips64orion no_cpu powerpc sh sparc unix
|
|
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/local.am
|