Lines Matching full:make
32 make -C tools clean
33 make -C samples/bpf clean
34 make clean
39 make defconfig
48 make headers_install
51 level directory, that the make system will automatically pick up first.
59 make M=samples/bpf
61 It is also possible to call make from this directory. This will just
62 hide the invocation of make as above.
91 It is also possible to point make to the newly compiled 'llc' or
92 'clang' command via redefining LLC or CLANG on the make command line::
94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
99 environment variables before calling make. But do this before clean,
100 configuration and header install steps described above. This will direct make to
109 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install
115 make M=samples/bpf
121 make M=samples/bpf SYSROOT=~/some_sysroot