Home
last modified time | relevance | path

Searched refs:BPF_GCC (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A DMakefile28 BPF_GCC ?= $(shell command -v bpf-gcc;) macro
82 ifneq ($(BPF_GCC),)
477 $(Q)$(BPF_GCC) $3 -DBPF_NO_PRESERVE_ACCESS_INDEX -Wno-attributes -O2 -c $1 -o $2
773 ifneq ($(BPF_GCC),)
/linux/tools/testing/selftests/hid/
H A DMakefile210 $(Q)$(BPF_GCC) $3 -O2 -c $1 -o $2