mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 08:08:11 +08:00
12 lines
226 B
Makefile
12 lines
226 B
Makefile
ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
|
|
|
|
_SUBDIRS = support samples sptests tmtests
|
|
if HAS_MP
|
|
_SUBDIRS += mptests
|
|
endif
|
|
|
|
DIST_SUBDIRS = support samples sptests tmtests mptests
|
|
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|