mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +00:00
Kernel/FileSystem: Use a new debug flag for SysFS debug messages
This commit is contained in:
parent
a6505f6e6d
commit
cf33d0b5f7
3 changed files with 6 additions and 1 deletions
|
@ -303,6 +303,10 @@
|
|||
#cmakedefine01 STORAGE_DEVICE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef SYSFS_DEBUG
|
||||
#cmakedefine01 SYSFS_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef TCP_DEBUG
|
||||
#cmakedefine01 TCP_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue