Skip to content

Commit

Permalink
fix locchart kernel_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
theverygaming committed Jul 29, 2024
1 parent c944fc8 commit 9d5b0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/clang_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def append_subdirs(path, lst):
]

kernel_paths = [
"kernel/abi",
"kernel/stdlibs",
"kernel/include",
"kernel/drivers",
Expand Down
1 change: 1 addition & 0 deletions tools/locchart.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def append_subdirs(path, lst):
]

kernel_paths = [
"kernel/abi",
"kernel/stdlibs",
"kernel/include",
"kernel/drivers",
Expand Down

0 comments on commit 9d5b0ab

Please sign in to comment.