diff options
author | pks <pks@pks.rocks> | 2021-06-06 15:04:25 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-06-06 15:04:25 +0200 |
commit | 5646917bd2835de02dc9df0cbc121251c01999c7 (patch) | |
tree | d1c43cf6d914ebbdde4df3986d8d0a40aef8bea0 | |
parent | 5d3fc478d5e2f7d49a96f54d2606dab9589592f3 (diff) |
-rwxr-xr-x | scripts/build-and-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-and-install b/scripts/build-and-install index 98d63f1..c52a458 100755 --- a/scripts/build-and-install +++ b/scripts/build-and-install @@ -33,12 +33,12 @@ pushd . # tp smapi cd ../extra_modules/tp_smapi/ -sudo make HDAPS=0 install KVER=$V KSRC=/home/pks/.local/src/kernel/linux-$V KBUILD=/home/pks/.local/src/kernel/linux-$V +sudo make HDAPS=0 install KVER=$V KSRC=/usr/src/linux KBUILD=../../linux-$V sudo make clean # phc intel cd ../phc_intel/ -KERNELRELEASE=$V KERNELSRC=../linux-$V make +KERNELRELEASE=$V KERNELSRC=/usr/src/linux make sudo make install make clean sudo depmod |