Commit e302253e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We don't need initramfs when rebuilding modules

parent 86bff483
...@@ -23,6 +23,8 @@ driver: ...@@ -23,6 +23,8 @@ driver:
cd ../linux && tar xf linux-$$(uname -r).tar.xz cd ../linux && tar xf linux-$$(uname -r).tar.xz
cd ../linux && cp -v /boot/config-$$(uname -r) linux-$$(uname -r)/.config cd ../linux && cp -v /boot/config-$$(uname -r) linux-$$(uname -r)/.config
cd ../linux && echo "CONFIG_INITRAMFS_SOURCE=\"\"" >> linux-$$(uname -r)/.config
$(MAKE) -C ../linux/linux-$$(uname -r) oldconfig
$(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