commit | f18568aae5612ab37f20e5f383d6154ea69c9dfc | [log] [tgz] |
---|---|---|
author | Michael Witten <mfwitten@gmail.com> | Tue Apr 12 20:30:13 2011 +0000 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Apr 19 08:18:36 2011 -0300 |
tree | 50a22a11b45a57acf877bd213d7372fd56ae224e | |
parent | 7fbd065f5a2b299172502f09fc3fbde02b48f591 [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>
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index b5276c7..91ad5cc 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile
@@ -138,7 +138,7 @@ # explicitly what architecture to check for. Fix this up for yours.. SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__ --include feature-tests.mak +-include config/feature-tests.mak ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y) CFLAGS := $(CFLAGS) -fstack-protector-all
diff --git a/tools/perf/feature-tests.mak b/tools/perf/config/feature-tests.mak similarity index 100% rename from tools/perf/feature-tests.mak rename to tools/perf/config/feature-tests.mak