Commit 86bff483 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Kernel config should go to linux package folder

parent 76a2d976
...@@ -22,7 +22,7 @@ driver: ...@@ -22,7 +22,7 @@ driver:
mount --bind tmp /tmp mount --bind tmp /tmp
cd ../linux && tar xf linux-$$(uname -r).tar.xz cd ../linux && tar xf linux-$$(uname -r).tar.xz
cp -v /boot/config-$$(uname -r) linux-$$(uname -r)/.config cd ../linux && 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_prepare
$(MAKE) -C ../linux/linux-$$(uname -r) modules $(MAKE) -C ../linux/linux-$$(uname -r) modules
ln -s /lib /lib64 ln -s /lib /lib64
......
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