mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-03 22:04:17 +00:00
Copy the objtool into RancherOS for building custom kernel modules
This commit is contained in:
@@ -21,6 +21,7 @@ list_build_files() {
|
|||||||
find $(find ./arch/${SRCARCH} -name include -o -name scripts -type d) ./include ./scripts -type f
|
find $(find ./arch/${SRCARCH} -name include -o -name scripts -type d) ./include ./scripts -type f
|
||||||
find ./arch/${SRCARCH} -name module.lds -o -name Kbuild.platforms -o -name Platform
|
find ./arch/${SRCARCH} -name module.lds -o -name Kbuild.platforms -o -name Platform
|
||||||
find . -name Module.symvers -type f
|
find . -name Module.symvers -type f
|
||||||
|
find . -name objtool -type f
|
||||||
}
|
}
|
||||||
|
|
||||||
create_firmware_tar() {
|
create_firmware_tar() {
|
||||||
|
Reference in New Issue
Block a user