diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-09-17 00:50:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 17:50:54 +1000 |
| commit | fb29c0ae53e32fb049516fcbe0f7863882ca9173 (patch) | |
| tree | 989feaa47190248726a462bf761a98f46d91f406 /builddefs/show_options.mk | |
| parent | d67d388e776eeb8596181894639b6ed46c8a2d7d (diff) | |
[Core] Add getreuer's Autocorrect feature to core (#15699)
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Diffstat (limited to 'builddefs/show_options.mk')
| -rw-r--r-- | builddefs/show_options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builddefs/show_options.mk b/builddefs/show_options.mk index 8d992c080c..fac6576ba1 100644 --- a/builddefs/show_options.mk +++ b/builddefs/show_options.mk | |||
| @@ -84,7 +84,8 @@ OTHER_OPTION_NAMES = \ | |||
| 84 | LTO_ENABLE \ | 84 | LTO_ENABLE \ |
| 85 | PROGRAMMABLE_BUTTON_ENABLE \ | 85 | PROGRAMMABLE_BUTTON_ENABLE \ |
| 86 | SECURE_ENABLE \ | 86 | SECURE_ENABLE \ |
| 87 | CAPS_WORD_ENABLE | 87 | CAPS_WORD_ENABLE \ |
| 88 | AUTOCORRECT_ENABLE | ||
| 88 | 89 | ||
| 89 | define NAME_ECHO | 90 | define NAME_ECHO |
| 90 | @printf " %-30s = %-16s # %s\\n" "$1" "$($1)" "$(origin $1)" | 91 | @printf " %-30s = %-16s # %s\\n" "$1" "$($1)" "$(origin $1)" |
