Checkin
This commit is contained in:
parent
cf17687f29
commit
f051496f13
3 changed files with 169 additions and 9 deletions
|
@ -136,4 +136,11 @@ VPATH += $(TARGET_DIR)
|
|||
VPATH += $(TOP_DIR)
|
||||
VPATH += $(TMK_DIR)
|
||||
|
||||
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
|
||||
|
||||
include $(TOP_DIR)/quantum/quantum.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue