diff options
Diffstat (limited to 'users/drashna/rules.mk')
| -rw-r--r-- | users/drashna/rules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk index 882857fc8..4d55da803 100644 --- a/users/drashna/rules.mk +++ b/users/drashna/rules.mk | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | SRC += drashna.c \ | 1 | SRC += drashna.c \ |
| 2 | process_records.c | 2 | process_records.c |
| 3 | 3 | ||
| 4 | LTO_ENABLE = yes | 4 | ifneq ($(PLATFORM),CHIBIOS) |
| 5 | LTO_ENABLE = yes | ||
| 6 | endif | ||
| 5 | SPACE_CADET_ENABLE = no | 7 | SPACE_CADET_ENABLE = no |
| 6 | 8 | ||
| 7 | ifneq ($(strip $(NO_SECRETS)), yes) | 9 | ifneq ($(strip $(NO_SECRETS)), yes) |
| @@ -58,4 +60,4 @@ endif | |||
| 58 | # this should be handled per keyboard, but until that happens ... | 60 | # this should be handled per keyboard, but until that happens ... |
| 59 | ifeq ($(strip $(PROTOCOL)), VUSB) | 61 | ifeq ($(strip $(PROTOCOL)), VUSB) |
| 60 | NKRO_ENABLE = no | 62 | NKRO_ENABLE = no |
| 61 | endif \ No newline at end of file | 63 | endif |
