On Fri, Aug 21, 2015 at 10:25 AM, ravi ranjan Mishra
<raviranjanmishr...@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.

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to