Commit 76a2d976 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We only need to regenerate modules to get Module.symvers

parent c78217e1
......@@ -21,7 +21,9 @@ driver:
mkdir tmp
mount --bind tmp /tmp
$(MAKE) -C ../linux source
cd ../linux && tar xf linux-$$(uname -r).tar.xz
cp -v /boot/config-$$(uname -r) linux-$$(uname -r)/.config
$(MAKE) -C ../linux/linux-$$(uname -r) modules_prepare
$(MAKE) -C ../linux/linux-$$(uname -r) modules
ln -s /lib /lib64
sh ./cuda_13.0.0_580.65.06_linux.run --extract=$(CURDIR)/cuda-13.0.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment