Lines Matching full:samples
20 It can be needed to clean tools, samples or kernel before trying new arch or
24 make -C samples/bpf clean
46 For building the BPF samples, issue the below command from the kernel
49 make M=samples/bpf
78 make M=samples/bpf LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
80 Cross compiling samples
85 build samples for the cross target::
97 Build samples::
99 make M=samples/bpf
101 Or build samples with SYSROOT if some header or library is absent in toolchain,
105 make M=samples/bpf SYSROOT=~/some_sysroot