Aug. 21, 2015
7:29 a.m.
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.