Commit 0dd27b7f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Building kernel modules now requires make modules_prepare

parent 63e6fe82
......@@ -12,6 +12,7 @@ source:
cp -v /boot/config-5.12.10 linux-5.12.10/.config
$(MAKE) -C linux-5.12.10 oldconfig
$(MAKE) -C linux-5.12.10 prepare
$(MAKE) -C linux-5.12.10 modules_prepare
clean:
rm -rf linux-5.12.10
......
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