1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-02 05:14:29 +00:00

Copy the objtool into RancherOS for building custom kernel modules

This commit is contained in:
zhoubofy
2018-07-04 21:57:07 +08:00
committed by niusmallnan
parent 0fbbdb71aa
commit 67abf4fcdf

View File

@@ -21,6 +21,7 @@ list_build_files() {
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 . -name Module.symvers -type f
find . -name objtool -type f
}
create_firmware_tar() {