From 31b3e4bc3832381202e8179c2274315d4d975e22 Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 20 Jul 2014 00:37:49 +0900 Subject: Fix 'debug-off' target of hhkb to remove 'print' --- keyboard/hhkb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboard/hhkb') diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile index c945467dd2..5cf02d194e 100644 --- a/keyboard/hhkb/Makefile +++ b/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 -- cgit v1.2.3