From mboxrd@z Thu Jan 1 00:00:00 1970 From: roszenrami@gmail.com (Rami Rosen) Date: Fri, 22 Jan 2016 23:40:04 +0200 Subject: How to statically build kernel module? In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, Assuming that you are talking about a kernel module which is part of the Kernel tree, you simply need to run make menuconfig, navigate to that module, and instead "M" you should choose "Y". The build and install the kernel image. Regards, Rami Rosen http://ramirose.wix.com/ramirosen ?????? 22 ???? 2016 21:44, "Kenneth Adam Miller" < kennethadammiller@gmail.com> ???: > Is there a guidance anywhere? I know my question is simple and > straightforward, but I've looked around a bit and I can't find a direct way > to statically build a kernel module into the kernel. > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160122/0ee2c5c2/attachment.html