diff options
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 e9f7e7d047..9723b45438 100644 --- a/builddefs/show_options.mk +++ b/builddefs/show_options.mk @@ -84,7 +84,8 @@ OTHER_OPTION_NAMES = \ PROGRAMMABLE_BUTTON_ENABLE \ SECURE_ENABLE \ CAPS_WORD_ENABLE \ - AUTOCORRECT_ENABLE + AUTOCORRECT_ENABLE \ + TRI_LAYER_ENABLE define NAME_ECHO @printf " %-30s = %-16s # %s\\n" "$1" "$($1)" "$(origin $1)" |