]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hhkb/Makefile
Fix 'debug-off' target of hhkb to remove 'print'
[tmk_firmware.git] / 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