summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel-headers/builder.sh
blob: 05392d5fe24b6ad49a42862a4f2505c2f333b479 (plain) (blame)
1
2
3
4
5
6
7
8
9
source $stdenv/setup

patchPhase="sed -i '/scsi/d' include/Kbuild"

buildPhase="make mrproper headers_check";

installPhase="make INSTALL_HDR_PATH=$out headers_install"

genericBuild