diff options
Diffstat (limited to 'users/yanfali')
| -rw-r--r-- | users/yanfali/rules.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index bbd4d4bba..ebee8b827 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk | |||
| @@ -2,5 +2,11 @@ BOOTMAGIC = lite | |||
| 2 | DYNAMIC_KEYMAP_ENABLE = no | 2 | DYNAMIC_KEYMAP_ENABLE = no |
| 3 | CONSOLE_ENABLE = yes | 3 | CONSOLE_ENABLE = yes |
| 4 | COMMAND_ENABLE = yes | 4 | COMMAND_ENABLE = yes |
| 5 | AUDIO_ENABLE = yes | ||
| 6 | LINK_TIME_OPTIMIZATION_ENABLE = yes | 5 | LINK_TIME_OPTIMIZATION_ENABLE = yes |
| 6 | |||
| 7 | ifneq (, $(findstring tokyo60, $(KEYBOARD))) | ||
| 8 | AUDIO_ENABLE = no | ||
| 9 | else | ||
| 10 | AUDIO_ENABLE = yes | ||
| 11 | endif | ||
| 12 | |||
