]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Fix 'debug-off' target of hhkb to remove 'print'
authortmk <nobody@nowhere>
Sat, 19 Jul 2014 15:37:49 +0000 (00:37 +0900)
committertmk <nobody@nowhere>
Sat, 19 Jul 2014 15:37:49 +0000 (00:37 +0900)
keyboard/hhkb/Makefile

index c945467dd204f9bb5268d154881e663dba0139e9..5cf02d194ec05c9a87d2324f3818dfce5491feef 100644 (file)
@@ -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