Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
DMakefile27 BPF_GCC ?= $(shell command -v bpf-gcc;) macro
92 ifneq ($(BPF_GCC),)
505 $(Q)$(BPF_GCC) $3 -DBPF_NO_PRESERVE_ACCESS_INDEX -Wno-attributes -O2 -c $1 -o $2
766 ifneq ($(BPF_GCC),)
/linux-6.12.1/tools/testing/selftests/hid/
DMakefile210 $(Q)$(BPF_GCC) $3 -O2 -c $1 -o $2