-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4051 from masatake/kconfig--typeref-dont-pop
Kconfig: avoid stack underflow when filling typeref filed
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CC input.kconfig /^CC := gcc$/;" v | ||
CC_HAS_FOO input.kconfig /^config CC_HAS_FOO$/;" c | ||
CC_HAS_FOO input.kconfig /^config CC_HAS_FOO$/;" c typeref:typename:bool | ||
CONFIG_CC_HAS_FOO input.kconfig /^config CC_HAS_FOO$/;" c | ||
CONFIG_CC_HAS_FOO_MODULE input.kconfig /^config CC_HAS_FOO$/;" c | ||
stringify input.kconfig /^stringify = $(squote)$(quote)$1$(quote)$(squote)$/;" v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters