mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Replace DDB with KDB.
This commit is contained in:
parent
4d47dc5549
commit
fbf96e52bb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ SRCS = dcons.c dcons.h \
|
|||
opt_dcons.h opt_ddb.h opt_comconsole.h
|
||||
|
||||
opt_ddb.h:
|
||||
echo "#define DDB 1" > $@
|
||||
echo "#define KDB 1" > $@
|
||||
|
||||
opt_comconsole.h:
|
||||
echo "#define ALT_BREAK_TO_DEBUGGER 1" > $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue