all programs apart from sendme use pthreads so NPTL=no is hardly useful any more. --- Makefile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 1e255a983574..6ce2ecc7fc30 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,17 @@ AR=$(CROSS_COMPILE)ar OBJDIR = bld -HAVE_NPTL ?= yes - -ifeq ($(HAVE_NPTL),yes) -sources = cyclictest.c pi_stress.c pip_stress.c pmqtest.c rt-migrate-test.c -endif - -sources += signaltest.c ptsematest.c sigwaittest.c svsematest.c sendme.c \ - hackbench.c +sources = cyclictest.c \ + hackbench.c \ + pip_stress.c \ + pi_stress.c \ + pmqtest.c \ + ptsematest.c \ + rt-migrate-test.c \ + sendme.c \ + signaltest.c \ + sigwaittest.c \ + svsematest.c TARGETS = $(sources:.c=) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html