mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
13 lines
243 B
Makefile
13 lines
243 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
SUBDIRS = @RTEMS_CPU@
|
|
|
|
DIST_SUBDIRS = arm bfin h8300 i386 lm32 m68k m32c m32r mips nios2 no_cpu \
|
|
powerpc sh sparc unix
|
|
DIST_SUBDIRS += avr
|
|
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/local.am
|