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 will automatically pick up 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.
81 It is also possible to point make to the newly compiled 'llc' or
82 'clang' command via redefining LLC or CLANG on the make command line::
84 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
89 environment variables before calling make. But do this before clean,
90 configuration and header install steps described above. This will direct make to
99 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install
105 make M=samples/bpf
111 make M=samples/bpf SYSROOT=~/some_sysroot