diff options
| author | tmk <nobody@nowhere> | 2014-07-20 00:37:49 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2014-07-20 00:37:49 +0900 |
| commit | 31b3e4bc3832381202e8179c2274315d4d975e22 (patch) | |
| tree | c411d9f1858407e3797bf3ebea59cb88323b2af7 | |
| parent | 32997200f7f316dfce9242bf929264298677a704 (diff) | |
| download | qmk_firmware-31b3e4bc3832381202e8179c2274315d4d975e22.tar.gz qmk_firmware-31b3e4bc3832381202e8179c2274315d4d975e22.zip | |
Fix 'debug-off' target of hhkb to remove 'print'
| -rw-r--r-- | keyboard/hhkb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile index c945467dd..5cf02d194 100644 --- a/keyboard/hhkb/Makefile +++ b/keyboard/hhkb/Makefile | |||
| @@ -152,4 +152,5 @@ debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION | |||
| 152 | debug-on: all | 152 | debug-on: all |
| 153 | 153 | ||
| 154 | debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT | 154 | debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT |
| 155 | debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS)) | ||
| 155 | debug-off: all | 156 | debug-off: all |
