How to make sure device drivers are generated

2015-05-17 Thread Sean Ansari
GreetingsI am trying to compile some source containing the linux kernel and some other open source code. It seems to me like I can get a successful zImage, but I am not able to make any modules. From reading the Makefile, it is my understanding that I should be able to make modules just by issui

Re: How to make sure device drivers are generated

2015-05-17 Thread Sean Ansari
After I tried the session I described below, I issued make mrproper, and then enabled loadable modules by issuing the following command:  make VARIANT_DEFCONFIG=msm8974_sec_hlte_spr_defconfig msm8974_sec_defconfig SELINUX_DEFCONFIG=selinux_defconfig gconfig And double clicked the loadable modules