Skip to content

Commit 8b41613

Browse files
authored
Merge pull request #750 from hermit-os/log-target
feat(hermit): forward log-target feature
2 parents 9a4aba1 + 6feaf21 commit 8b41613

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hermit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ fs = []
4343
fsgsbase = []
4444
gem-net = []
4545
idle-poll = []
46+
log-target = []
4647

4748
# Build the kernel with function instrument code for mcount-based tracing
4849
instrument = []

hermit/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ impl KernelSrc {
121121
"fsgsbase",
122122
"gem-net",
123123
"idle-poll",
124+
"log-target",
124125
"mmap",
125126
"pci",
126127
"pci-ids",

0 commit comments

Comments
 (0)