forked from Imagelibrary/rtems
9 lines
171 B
Makefile
9 lines
171 B
Makefile
_SUBDIRS = hello ticker base_sp nsecs
|
|
|
|
if HAS_MP
|
|
_SUBDIRS += base_mp
|
|
endif
|
|
DIST_SUBDIRS = hello ticker base_sp base_mp nsecs
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|