From f18568aae5612ab37f20e5f383d6154ea69c9dfc Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Tue, 12 Apr 2011 20:30:13 +0000 Subject: [PATCH] perf tools: git mv tools/perf/{features-tests.mak,config/} Signed-off-by: Michael Witten Link: http://lkml.kernel.org/n/tip-a6zhefjayuounko1tk5sjji2@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Makefile | 2 +- tools/perf/{ => config}/feature-tests.mak | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/perf/{ => config}/feature-tests.mak (100%) 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 # 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