source: rtems-schedsim/schedsim/shell/Makefile.am @ 26560c4

Last change on this file since 26560c4 was 26560c4, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/14 at 13:14:48

schedsim_smppriority: New simulator instance

  • Property mode set to 100644
File size: 350 bytes
Line 
1ACLOCAL_AMFLAGS = -I ./../aclocal
2
3SUBDIRS = shared schedsim_priority
4DIST_SUBDIRS = shared schedsim_priority
5
6if HAS_SMP
7SUBDIRS += schedsim_smpsimple
8DIST_SUBDIRS += schedsim_smpsimple
9SUBDIRS += schedsim_smppriority
10DIST_SUBDIRS += schedsim_smppriority
11endif
12
13include $(top_srcdir)/../automake/subdirs.am
14include $(top_srcdir)/../automake/host.am
Note: See TracBrowser for help on using the repository browser.