mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 04:24:45 +00:00
* mptests/Makefile.am: New. * mptests/mp01/Makefile.am: New. * mptests/mp01/node1/Makefile.am: New. * mptests/mp01/node2/Makefile.am: New. * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT). * samples/base_mp/node1/Makefile.am: New. * samples/base_mp/node2/Makefile.am: New. * configure.ac: Add mptests/mp01. Add samples/base_mp.
21 lines
357 B
Makefile
21 lines
357 B
Makefile
## $Id$
|
|
|
|
SUBDIRS =
|
|
SUBDIRS += mp01
|
|
#SUBDIRS += mp02
|
|
#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
|