Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
DMakefile27 BPF_GCC ?= $(shell command -v bpf-gcc;) macro
56 ifneq ($(BPF_GCC),)
406 $(Q)$(BPF_GCC) $3 -O2 -c $1 -o $2
613 ifneq ($(BPF_GCC),)
/Linux-v6.6/tools/testing/selftests/hid/
DMakefile209 $(Q)$(BPF_GCC) $3 -O2 -c $1 -o $2