score: atomic support for RTEMS automake and autoconf changes

This commit is contained in:
WeiY
2013-01-25 23:53:52 +08:00
committed by Gedare Bloom
parent 4b53f1918b
commit 9d23df2fbc
12 changed files with 54 additions and 2 deletions

View File

@@ -12,6 +12,13 @@ SUBDIRS += smp06
SUBDIRS += smp07
SUBDIRS += smp08
SUBDIRS += smp09
SUBDIRS += smpatomic01
SUBDIRS += smpatomic02
SUBDIRS += smpatomic03
SUBDIRS += smpatomic04
SUBDIRS += smpatomic05
SUBDIRS += smpatomic06
SUBDIRS += smpatomic07
endif
include $(top_srcdir)/../automake/subdirs.am

View File

@@ -41,5 +41,12 @@ smp06/Makefile
smp07/Makefile
smp08/Makefile
smp09/Makefile
smpatomic01/Makefile
smpatomic02/Makefile
smpatomic03/Makefile
smpatomic04/Makefile
smpatomic05/Makefile
smpatomic06/Makefile
smpatomic07/Makefile
])
AC_OUTPUT

View File

@@ -27,7 +27,9 @@ SUBDIRS = \
spintrcritical17 spintrcritical18 spmkdir spmountmgr01 spheapprot \
spsimplesched01 spsimplesched02 spsimplesched03 spnsext01 \
spedfsched01 spedfsched02 spedfsched03 \
spcbssched01 spcbssched02 spcbssched03 spqreslib sptimespec01
spcbssched01 spcbssched02 spcbssched03 spqreslib sptimespec01 \
spatomic01 spatomic02 spatomic03 spatomic04 spatomic05 \
spatomic06 spatomic07
SUBDIRS += spfatal26
SUBDIRS += speventtransient01
SUBDIRS += speventsystem01

View File

@@ -112,6 +112,13 @@ sp76/Makefile
sp77/Makefile
sp2038/Makefile
spassoc01/Makefile
spatomic01/Makefile
spatomic02/Makefile
spatomic03/Makefile
spatomic04/Makefile
spatomic05/Makefile
spatomic06/Makefile
spatomic07/Makefile
spcbssched01/Makefile
spcbssched02/Makefile
spcbssched03/Makefile