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.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk
index 6d8612e71..5050704a5 100644
--- a/users/drashna/rules.mk
+++ b/users/drashna/rules.mk
@@ -42,3 +42,7 @@ ifdef CONSOLE_ENABLE
42 OPT_DEFS += -DKEYLOGGER_ENABLE 42 OPT_DEFS += -DKEYLOGGER_ENABLE
43 endif 43 endif
44endif 44endif
45
46ifeq ($(strip $(MAKE_BOOTLOADER)), yes)
47 OPT_DEFS += -DMAKE_BOOTLOADER
48endif