aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6bf9ed9..84f83e2 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ obj-base_mt_task = base_mt_task.o
207ldf-base_mt_task = -pthread 207ldf-base_mt_task = -pthread
208 208
209obj-rwrnlp = rwrnlp.o 209obj-rwrnlp = rwrnlp.o
210ldf-rwrnlp = -pthread -lrt 210ldf-rwrnlp = -lrt -pthread
211 211
212obj-rt_launch = rt_launch.o common.o 212obj-rt_launch = rt_launch.o common.o
213 213
@@ -224,7 +224,7 @@ lib-measure_syscall = -lm
224 224
225.SECONDEXPANSION: 225.SECONDEXPANSION:
226${rt-apps}: $${obj-$$@} liblitmus.a 226${rt-apps}: $${obj-$$@} liblitmus.a
227 $(CC) -o $@ $(LDFLAGS) ${ldf-$@} $(filter-out liblitmus.a,$+) $(LOADLIBS) $(LDLIBS) ${liblitmus-flags} ${lib-$@} 227 $(CC) -o $@ $(LDFLAGS) ${ldf-$@} $(filter-out liblitmus.a,$+) $(LOADLIBS) $(LDLIBS) ${liblitmus-flags} ${lib-$@} -lrt
228 228
229# ############################################################################## 229# ##############################################################################
230# Dependency resolution. 230# Dependency resolution.