Lines Matching refs:make
23 make -C tools clean
24 make -C samples/bpf clean
25 make clean
29 make defconfig
38 make headers_install
41 level directory, that the make system automatically pickup first.
49 make M=samples/bpf
51 It is also possible to call make from this directory. This will just
52 hide the invocation of make as above.
73 $ make -j $(getconf _NPROCESSORS_ONLN)
75 It is also possible to point make to the newly compiled 'llc' or
76 'clang' command via redefining LLC or CLANG on the make command line::
78 make M=samples/bpf LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
83 environment variables before calling make. But do this before clean,
84 cofiguration and header install steps described above. This will direct make to
93 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install
99 make M=samples/bpf
105 make M=samples/bpf SYSROOT=~/some_sysroot