aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/rules.mk')
-rw-r--r--users/drashna/rules.mk6
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 @@
1SRC += drashna.c \ 1SRC += drashna.c \
2 process_records.c 2 process_records.c
3 3
4LTO_ENABLE = yes 4ifneq ($(PLATFORM),CHIBIOS)
5 LTO_ENABLE = yes
6endif
5SPACE_CADET_ENABLE = no 7SPACE_CADET_ENABLE = no
6 8
7ifneq ($(strip $(NO_SECRETS)), yes) 9ifneq ($(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 ...
59ifeq ($(strip $(PROTOCOL)), VUSB) 61ifeq ($(strip $(PROTOCOL)), VUSB)
60 NKRO_ENABLE = no 62 NKRO_ENABLE = no
61endif \ No newline at end of file 63endif