Searched refs:BTF_OBJCOPY_PROBE (Results 1 - 2 of 2) sorted by relevance

/linux-master/samples/hid/
H A DMakefile87 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm') macro
97 ifneq ($(and $(BTF_LLC_PROBE),$(BTF_PAHOLE_PROBE),$(BTF_OBJCOPY_PROBE)),)
/linux-master/samples/bpf/
H A DMakefile227 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm') macro
237 ifneq ($(and $(BTF_LLC_PROBE),$(BTF_PAHOLE_PROBE),$(BTF_OBJCOPY_PROBE)),)

Completed in 117 milliseconds