diff options
| -rw-r--r-- | users/yanfali/rules.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index ebee8b827..b52bd5562 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk | |||
| @@ -4,9 +4,10 @@ CONSOLE_ENABLE = yes | |||
| 4 | COMMAND_ENABLE = yes | 4 | COMMAND_ENABLE = yes |
| 5 | LINK_TIME_OPTIMIZATION_ENABLE = yes | 5 | LINK_TIME_OPTIMIZATION_ENABLE = yes |
| 6 | 6 | ||
| 7 | ifneq (, $(findstring tokyo60, $(KEYBOARD))) | 7 | # only enable audio on specific boards |
| 8 | AUDIO_ENABLE = no | 8 | ifeq ($(strip $(KEYBOARD)), maartenwut/plain60) |
| 9 | else | ||
| 10 | AUDIO_ENABLE = yes | 9 | AUDIO_ENABLE = yes |
| 10 | else | ||
| 11 | AUDIO_ENABLE = no | ||
| 11 | endif | 12 | endif |
| 12 | 13 | ||
