summaryrefslogtreecommitdiff
path: root/keyboard/hhkb
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-07-20 00:37:49 +0900
committertmk <nobody@nowhere>2014-07-20 00:37:49 +0900
commit31b3e4bc3832381202e8179c2274315d4d975e22 (patch)
treec411d9f1858407e3797bf3ebea59cb88323b2af7 /keyboard/hhkb
parent32997200f7f316dfce9242bf929264298677a704 (diff)
Fix 'debug-off' target of hhkb to remove 'print'
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r--keyboard/hhkb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile
index c945467dd2..5cf02d194e 100644
--- a/keyboard/hhkb/Makefile
+++ b/keyboard/hhkb/Makefile
@@ -152,4 +152,5 @@ debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
debug-on: all
debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
+debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
debug-off: all