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

preBuild() {
  kernelhash=$(ls $kernel/lib/modules)
  echo $kernelhash
  ln -s $kernel/lib/modules/$kernelhash/build linux
}

preBuild=preBuild

genericBuild