diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-05-16 13:04:36 -0400 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-05-16 13:04:36 -0400 |
| commit | e7e500366aa7b892070bf41500c64cb3f8a98f88 (patch) | |
| tree | 1852f6f1c53c740ee2c7c298bdd2e2477d29ae35 /native/Makefile | |
| parent | b7373fbe338936145b9d55471dc353951cb3a81a (diff) | |
C++: Break out the phase-fair RW locks code
Part of refactoring sharedres.cpp.
Diffstat (limited to 'native/Makefile')
| -rw-r--r-- | native/Makefile | 1 |
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 | |||
| 57 | SYNC_OBJ = sharedres.o dpcp.o mpcp.o | 57 | SYNC_OBJ = sharedres.o dpcp.o mpcp.o |
| 58 | SYNC_OBJ += fmlp_plus.o global-fmlp.o | 58 | SYNC_OBJ += fmlp_plus.o global-fmlp.o |
| 59 | SYNC_OBJ += global-omlp.o part-omlp.o clust-omlp.o | 59 | SYNC_OBJ += global-omlp.o part-omlp.o clust-omlp.o |
| 60 | SYNC_OBJ += rw-phase-fair.o | ||
| 60 | 61 | ||
| 61 | # #### Targets #### | 62 | # #### Targets #### |
| 62 | 63 | ||
