eth0s/toolchain/03-linux-api-headers

10 lines
232 B
Text
Executable file

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