mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add profiling-kernel recipe.
This commit is contained in:
parent
94bf2b6ac6
commit
2d6de453c5
10
recipes/core/profiling-kernel/recipe.toml
Normal file
10
recipes/core/profiling-kernel/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[source]
|
||||
same_as = "../kernel"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
make -f ${COOKBOOK_SOURCE}/Makefile KERNEL_CARGO_FEATURES=profiling
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/lib/boot"
|
||||
cp -v kernel "${COOKBOOK_STAGE}/usr/lib/boot"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user