diff options
author | Jiri Olsa <jolsa@kernel.org> | 2015-12-23 12:58:30 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-01-06 18:11:13 -0500 |
commit | d0018b495c0429af3efc1b54f16d291a9fa8b4be (patch) | |
tree | 686d7fe221f8e0fcff9a46d4567c096b10c88fd4 | |
parent | d49dadea78624353d1df660efb49f187bd5c5971 (diff) |
tools build feature: Fix feature_check_display_code typo
This function is cursed.. ;-)
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Wang Nan <wangnan0@huawei.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Zefan Li <lizefan@huawei.com>
Cc: pi3orama <pi3orama@163.com>
Link: http://lkml.kernel.org/r/1450893514-9158-2-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | tools/build/Makefile.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index 6c0519de765d..a8b4befdef7e 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature | |||
@@ -143,7 +143,7 @@ ifneq ("$(FEATURE_DUMP)","$(FEATURE_DUMP_FILE)") | |||
143 | endif | 143 | endif |
144 | 144 | ||
145 | feature_display_check = $(eval $(feature_check_display_code)) | 145 | feature_display_check = $(eval $(feature_check_display_code)) |
146 | define feature_display_check_code | 146 | define feature_check_display_code |
147 | ifneq ($(feature-$(1)), 1) | 147 | ifneq ($(feature-$(1)), 1) |
148 | feature_display := 1 | 148 | feature_display := 1 |
149 | endif | 149 | endif |