Home
last modified time | relevance | path

Searched refs:LLVM_STRIP (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/preload/iterators/
A DMakefile7 LLVM_STRIP ?= llvm-strip macro
53 $(LLVM_STRIP) -g $@
/linux/tools/bpf/runqslower/
A DMakefile65 $(LLVM_STRIP) -g $@
/linux/tools/scripts/
A DMakefile.include86 LLVM_STRIP ?= llvm-strip
/linux/tools/bpf/bpftool/
A DMakefile190 -g -O2 -Wall -target bpf -c $< -o $@ && $(LLVM_STRIP) -g $@
/linux/tools/perf/
A DMakefile.perf188 LLVM_STRIP ?= llvm-strip
1073 -c $(filter util/bpf_skel/%.bpf.c,$^) -o $@ && $(LLVM_STRIP) -g $@

Completed in 9 milliseconds