Skip to content

Commit

Permalink
Show debuglevel info in makefile because there's no such document
Browse files Browse the repository at this point in the history
  • Loading branch information
yavincl committed Jun 19, 2020
1 parent d9a70eb commit 948a1c0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,15 @@ CONFIG_RTW_IPCAM_APPLICATION = n
CONFIG_RTW_REPEATER_SON = n
########################## Debug ###########################
CONFIG_RTW_DEBUG = y
# default log level is _DRV_WARNING_ = 3,
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
# default log level is _DRV_WARNING_ = 3, available levels are
# "_DRV_NONE_ = 0",
# "_DRV_ALWAYS_ = 1",
# "_DRV_ERR_ = 2",
# "_DRV_WARNING_ = 3",
# "_DRV_INFO_ = 4",
# "_DRV_DEBUG_ = 5",
# "_DRV_MAX_ = 6",

CONFIG_RTW_LOG_LEVEL = 0
######################## Wake On Lan ##########################
CONFIG_WOWLAN = n
Expand Down

0 comments on commit 948a1c0

Please sign in to comment.