Explorar o código

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

tmk %!s(int64=11) %!d(string=hai) anos
pai
achega
31b3e4bc38
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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