forked from Imagelibrary/rtems
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.
18 lines
321 B
Makefile
18 lines
321 B
Makefile
_SUBDIRS =
|
|
_SUBDIRS += mp01
|
|
_SUBDIRS += mp03
|
|
_SUBDIRS += mp04
|
|
_SUBDIRS += mp05
|
|
_SUBDIRS += mp06
|
|
_SUBDIRS += mp07
|
|
_SUBDIRS += mp08
|
|
_SUBDIRS += mp09
|
|
_SUBDIRS += mp10
|
|
_SUBDIRS += mp11
|
|
_SUBDIRS += mp12
|
|
_SUBDIRS += mp13
|
|
_SUBDIRS += mp14
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|