diff options
author | Jiri Olsa <[email protected]> | 2015-12-23 18:58:30 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-01-06 20:11:13 -0300 |
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 <[email protected]>
Tested-by: Wang Nan <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Zefan Li <[email protected]>
Cc: pi3orama <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-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)") endif feature_display_check = $(eval $(feature_check_display_code)) -define feature_display_check_code +define feature_check_display_code ifneq ($(feature-$(1)), 1) feature_display := 1 endif |