projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49dade
)
tools build feature: Fix feature_check_display_code typo
author
Jiri Olsa
<
[email protected]
>
Wed, 23 Dec 2015 17:58:30 +0000
(18:58 +0100)
committer
Arnaldo 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
patch
|
blob
|
history
diff --git
a/tools/build/Makefile.feature
b/tools/build/Makefile.feature
index 6c0519de765d8c2b2978ceed56e6c6fef235dfe0..a8b4befdef7e3b43c4e9579cee8d1357da41bcd8 100644
(file)
--- 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