aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-04-12 16:30:13 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-04-19 07:18:36 -0400
commitf18568aae5612ab37f20e5f383d6154ea69c9dfc (patch)
tree50a22a11b45a57acf877bd213d7372fd56ae224e
parent7fbd065f5a2b299172502f09fc3fbde02b48f591 (diff)
perf tools: git mv tools/perf/{features-tests.mak,config/}
Signed-off-by: Michael Witten <mfwitten@gmail.com> Link: http://lkml.kernel.org/n/tip-a6zhefjayuounko1tk5sjji2@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/Makefile2
-rw-r--r--tools/perf/config/feature-tests.mak (renamed from tools/perf/feature-tests.mak)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index b5276c7e9be2..91ad5cc95d85 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -138,7 +138,7 @@ INSTALL = install
138# explicitly what architecture to check for. Fix this up for yours.. 138# explicitly what architecture to check for. Fix this up for yours..
139SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__ 139SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__
140 140
141-include feature-tests.mak 141-include config/feature-tests.mak
142 142
143ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y) 143ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y)
144 CFLAGS := $(CFLAGS) -fstack-protector-all 144 CFLAGS := $(CFLAGS) -fstack-protector-all
diff --git a/tools/perf/feature-tests.mak b/tools/perf/config/feature-tests.mak
index 6170fd2531b5..6170fd2531b5 100644
--- a/tools/perf/feature-tests.mak
+++ b/tools/perf/config/feature-tests.mak