From dd4c76f34c72bfbaf8425c6cddf911841f86b389 Mon Sep 17 00:00:00 2001
From: Sedat Dilek <sedat.dilek@gmail.com>
Date: Sat, 31 Aug 2013 03:16:17 +0200
Subject: [PATCH 6/8] tools: selftests: Fix selftests_install target

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 tools/Makefile                   | 2 +-
 tools/testing/selftests/Makefile | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index ecf17c0..a5502e0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -58,7 +58,7 @@ cgroup_install firewire_install lguest_install perf_install usb_install virtio_i
 	$(call descend,$(@:_install=),install)
 
 selftests_install:
-	$(call descend,testing/$(@:_clean=),install)
+	$(call descend,testing/$(@:_install=),install)
 
 turbostat_install x86_energy_perf_policy_install:
 	$(call descend,power/x86/$(@:_install=),install)
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 4cb14ca..5e0b94e 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -19,6 +19,8 @@ run_tests: all
 		make -C $$TARGET run_tests; \
 	done;
 
+install:
+
 clean:
 	for TARGET in $(TARGETS); do \
 		make -C $$TARGET clean; \
-- 
1.8.4

