samples driver is not compiling and building at present dir ".ko" file
Daniel Baluta
daniel.baluta at gmail.com
Fri Aug 21 03:29:46 EDT 2015
On Fri, Aug 21, 2015 at 10:25 AM, ravi ranjan Mishra
<raviranjanmishra24 at 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.
More information about the Kernelnewbies
mailing list