>From 7e77e8a2d087b979ab984e9b90731b5db0d1eedc Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Wed, 7 Jun 2017 20:41:34 +0900 Subject: [PATCH 4/5] CodeSamples: Makefile: Add subdirectories Add subdirectories whose builds depend on api.h and Makefile.arch. Now that liburcu is mandatory, we can safely add these subdirectories which contain targets to be linked to urcu libraries. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- CodeSamples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CodeSamples/Makefile b/CodeSamples/Makefile index 1bfdf08..cef6927 100644 --- a/CodeSamples/Makefile +++ b/CodeSamples/Makefile @@ -1,4 +1,5 @@ -subdirs = SMPdesign advsync count defer intro toolsoftrade +subdirs = SMPdesign advsync count defer intro toolsoftrade locking +subdirs += datastruct/Issaquah datastruct/hash datastruct/log datastruct/skiplist .PHONY: all clean pthreads -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html