samples driver is not compiling and building at present dir ".ko" file
Aug. 21, 2015
7:25 a.m.
Hi, Just for learning purpose , i need to compile the sample directory in mainline kernel . can anybody tell to how build samples directory through make. Thanks, Ravi
Aug. 21, 2015
7:29 a.m.
New subject: samples driver is not compiling and building at present dir ".ko" file
On Fri, Aug 21, 2015 at 10:25 AM, ravi ranjan Mishra <raviranjanmishra24@gmail.com> wrote:
Hi,
Just for learning purpose , i need to compile the sample directory in mainline kernel . can anybody tell to how build samples directory through make.
Use: $ make menuconfig, to select CONFIG_SAMPLES=y, then in the root of your kernel sources run: $ make samples/ thanks, Daniel.
4012
Age (days ago)
4012
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Baluta -
ravi ranjan Mishra