From 4ccb79bc1b9137f5fd7427ddfc0123c872e6c093 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 2 Mar 2015 12:23:20 +0100 Subject: score: Enable SMP barriers for all configurations --- cpukit/score/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 7bb7dabb1d..a2d440b255 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -293,7 +293,6 @@ libscore_a_SOURCES += src/threadglobalconstruction.c libscore_a_SOURCES += src/threadyield.c if HAS_SMP -libscore_a_SOURCES += src/smpbarrierwait.c libscore_a_SOURCES += src/threaddispatchdisablelevel.c endif @@ -343,6 +342,7 @@ libscore_a_SOURCES += src/debugisownerofallocator.c libscore_a_SOURCES += src/profilingisrentryexit.c libscore_a_SOURCES += src/once.c libscore_a_SOURCES += src/resourceiterate.c +libscore_a_SOURCES += src/smpbarrierwait.c EXTRA_DIST = src/Unlimited.txt -- cgit v1.2.3