eth0s/toolchain/03-linux-api-headers
2020-06-12 16:42:33 +08:00

10 lines
231 B
Text
Executable file

name=linux
version=5.4.44
source=(https://www.kernel.org/pub/linux/kernel/v5.x/linux-$version.tar.xz)
build() {
cd linux-$version
make mrproper
make INSTALL_HDR_PATH=dest headers_install
cp -rv dest/include/* /tools/include
}