tools build feature: Fix feature_check_display_code typo
authorJiri Olsa <[email protected]>
Wed, 23 Dec 2015 17:58:30 +0000 (18:58 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 6 Jan 2016 23:11:13 +0000 (20:11 -0300)
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]>
tools/build/Makefile.feature

index 6c0519de765d8c2b2978ceed56e6c6fef235dfe0..a8b4befdef7e3b43c4e9579cee8d1357da41bcd8 100644 (file)
@@ -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