summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spatomic01
diff options
context:
space:
mode:
authorWeiY <wei.a.yang@gmail.com>2013-04-24 00:34:17 +0800
committerGedare Bloom <gedare@rtems.org>2013-05-01 10:28:48 -0400
commit502693f50ec60c0e03ac9c245d7b5e0e06272679 (patch)
treed6e1c102f0bb8c946fdb4403b559c768e5ebf25b /testsuites/sptests/spatomic01
parentUsing the generic atomic ops to implement UP mode atomic for all architecture... (diff)
downloadrtems-502693f50ec60c0e03ac9c245d7b5e0e06272679.tar.bz2
Clear the atomic conditional compilation.
Diffstat (limited to 'testsuites/sptests/spatomic01')
-rw-r--r--testsuites/sptests/spatomic01/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/sptests/spatomic01/Makefile.am b/testsuites/sptests/spatomic01/Makefile.am
index 43613ec80c..73677ba65b 100644
--- a/testsuites/sptests/spatomic01/Makefile.am
+++ b/testsuites/sptests/spatomic01/Makefile.am
@@ -1,10 +1,8 @@
-if ATOMIC
rtems_tests_PROGRAMS = spatomic01
spatomic01_SOURCES = init.c tasks.c system.h
dist_rtems_tests_DATA = spatomic01.scn
dist_rtems_tests_DATA += spatomic01.doc
-endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
@@ -12,13 +10,11 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-if ATOMIC
LINK_OBJS = $(spatomic01_OBJECTS)
LINK_LIBS = $(spatomic01_LDLIBS)
spatomic01$(EXEEXT): $(spatomic01_OBJECTS) $(spatomic01_DEPENDENCIES)
@rm -f spatomic01$(EXEEXT)
$(make-exe)
-endif
include $(top_srcdir)/../automake/local.am