Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile27 BPF_GCC ?= $(shell command -v bpf-gcc;) macro
56 ifneq ($(BPF_GCC),)
416 $(Q)$(BPF_GCC) $3 -DBPF_NO_PRESERVE_ACCESS_INDEX -Wno-attributes -O2 -c $1 -o $2
634 ifneq ($(BPF_GCC),)
/openbmc/linux/tools/testing/selftests/hid/
H A DMakefile212 $(Q)$(BPF_GCC) $3 -O2 -c $1 -o $2