summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-and-install4
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