aboutsummaryrefslogtreecommitdiffstats
path: root/native/Makefile
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2012-05-16 13:04:36 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2012-05-16 13:04:36 -0400
commite7e500366aa7b892070bf41500c64cb3f8a98f88 (patch)
tree1852f6f1c53c740ee2c7c298bdd2e2477d29ae35 /native/Makefile
parentb7373fbe338936145b9d55471dc353951cb3a81a (diff)
C++: Break out the phase-fair RW locks code
Part of refactoring sharedres.cpp.
Diffstat (limited to 'native/Makefile')
-rw-r--r--native/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/Makefile b/native/Makefile
index 7ce7c47..e79c40e 100644
--- a/native/Makefile
+++ b/native/Makefile
@@ -57,6 +57,7 @@ CORE_OBJ = tasks.o
57SYNC_OBJ = sharedres.o dpcp.o mpcp.o 57SYNC_OBJ = sharedres.o dpcp.o mpcp.o
58SYNC_OBJ += fmlp_plus.o global-fmlp.o 58SYNC_OBJ += fmlp_plus.o global-fmlp.o
59SYNC_OBJ += global-omlp.o part-omlp.o clust-omlp.o 59SYNC_OBJ += global-omlp.o part-omlp.o clust-omlp.o
60SYNC_OBJ += rw-phase-fair.o
60 61
61# #### Targets #### 62# #### Targets ####
62 63