diff options
| author | tmk <nobody@nowhere> | 2013-03-19 14:08:40 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-19 14:08:40 +0900 |
| commit | 9a106537f64fe61af6048b41262f002ce6a716d9 (patch) | |
| tree | 9df736d957945b5d3377b8cb5005946acd99bd61 /common.mk | |
| parent | 8580c8d291a432d5004c46321aa3c1b1626cdadd (diff) | |
| download | qmk_firmware-9a106537f64fe61af6048b41262f002ce6a716d9.tar.gz qmk_firmware-9a106537f64fe61af6048b41262f002ce6a716d9.zip | |
Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -31,6 +31,9 @@ endif | |||
| 31 | 31 | ||
| 32 | ifdef CONSOLE_ENABLE | 32 | ifdef CONSOLE_ENABLE |
| 33 | OPT_DEFS += -DCONSOLE_ENABLE | 33 | OPT_DEFS += -DCONSOLE_ENABLE |
| 34 | else | ||
| 35 | OPT_DEFS += -DNO_PRINT | ||
| 36 | OPT_DEFS += -DNO_DEBUG | ||
| 34 | endif | 37 | endif |
| 35 | 38 | ||
| 36 | ifdef NKRO_ENABLE | 39 | ifdef NKRO_ENABLE |
