我想打开Android里面的某个kernel module,我看了一下在/lib/modules/.../kernel/下面没有这个.ko.
因此我想是不是我的kernel里面没有配置它,在source code tree中make menuconfig,发现它已经配好了。我google了一下,有人说需要打开force module load。我就打开了。之后,我就在Android source code tree中make iso_img .....
但是编译出来之后,我试了一下还是没有那个.ko。我看了一下<android_source_root>/kernel/arch/xxx/configs/xxx_defconfig里面,已经对那个module的CONFIG_HAVE_XXX=y
不知道为什么。需要我在kernel里面手动去make吗?还是怎么办?(我没有用模拟器,因此不能用emulator来指定kernel。)
请问哪位高手弄过,指点一下。非常感谢!