소스 검색

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

yuk86
tmk 9 년 전
부모
커밋
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