All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes
@ 2015-10-05 19:05 Uwe Kleine-König
  2015-10-05 19:05 ` [PATCH rt-tests 2/3] rt-migrate-test: remove space before \n Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2015-10-05 19:05 UTC (permalink / raw)
  To: linux-rt-users, John Kacur; +Cc: williams

---
 Makefile | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6c96c9f31a19..af669263a5fb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,19 @@ OBJDIR = bld
 HAVE_NPTL ?= yes
 
 ifeq ($(HAVE_NPTL),yes)
-sources = cyclictest.c pi_stress.c pip_stress.c pmqtest.c rt-migrate-test.c
+sources = cyclictest.c \
+	  hackbench.c \
+	  pip_stress.c \
+	  pi_stress.c \
+	  pmqtest.c \
+	  ptsematest.c \
+	  rt-migrate-test.c \
+	  signaltest.c \
+	  sigwaittest.c \
+	  svsematest.c
 endif
 
-sources += signaltest.c ptsematest.c sigwaittest.c svsematest.c sendme.c \
-	  hackbench.c
+sources += sendme.c
 
 TARGETS = $(sources:.c=)
 
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-10-06  7:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-05 19:05 [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes Uwe Kleine-König
2015-10-05 19:05 ` [PATCH rt-tests 2/3] rt-migrate-test: remove space before \n Uwe Kleine-König
2015-10-06  7:04   ` John Kacur
2015-10-05 19:05 ` [PATCH rt-tests 3/3] remove license info containing an old FSF address Uwe Kleine-König
2015-10-05 19:52   ` John Kacur
2015-10-06  7:01     ` Uwe Kleine-König
2015-10-05 19:50 ` [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes John Kacur
2015-10-06  6:43   ` [PATCH rt-tests] drop compiling without NPTL support Uwe Kleine-König
2015-10-06  6:49     ` John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.