diff options
Diffstat (limited to 'users/drashna/rules.mk')
| -rw-r--r-- | users/drashna/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk index 1ccc51ecf..b93ab1ee6 100644 --- a/users/drashna/rules.mk +++ b/users/drashna/rules.mk | |||
| @@ -2,7 +2,9 @@ SRC += drashna.c \ | |||
| 2 | process_records.c | 2 | process_records.c |
| 3 | 3 | ||
| 4 | ifneq ($(PLATFORM),CHIBIOS) | 4 | ifneq ($(PLATFORM),CHIBIOS) |
| 5 | LTO_ENABLE = yes | 5 | ifneq ($(strip $(LTO_SUPPORTED)), no) |
| 6 | LTO_ENABLE = yes | ||
| 7 | endif | ||
| 6 | endif | 8 | endif |
| 7 | SPACE_CADET_ENABLE = no | 9 | SPACE_CADET_ENABLE = no |
| 8 | GRAVE_ESC_ENABLE = no | 10 | GRAVE_ESC_ENABLE = no |
