瀏覽代碼

Fix 'debug-off' target of hhkb to remove 'print'

tmk 11 年之前
父節點
當前提交
31b3e4bc38
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      keyboard/hhkb/Makefile

+ 1 - 0
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