14 Nov
2016
14 Nov
'16
03:50
14.11.2016 06:40, Carlos E. R. пишет:
On 2016-11-13 20:33, James PEARSON wrote:
The following works for me.
cd /usr/src/linux make menuconfig make clean && make mrproper && make cloneconfig
make mrproper should never be used on the sources tree as prepared by openSUSE. Even "make clean" is not needed on a freshly installed kernel sources rpm. In fact this is enough:
install kernel sources from rpm
Once more - you should not need kernel sources to build external modules.
make cloneconfig && make scripts && make prepare
and then proceed to the vmware part.
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org