[kernel] Clean up log areas

Removing several log areas that are not used
This commit is contained in:
Justin C. Miller
2023-02-20 11:35:44 -08:00
parent 3a7a18011c
commit 4052911ac4
2 changed files with 7 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# vim: ft=python
init = module("srv.logger",
module("srv.logger",
targets = [ "user" ],
deps = [ "libc" ],
description = "Logging server",