Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
b42b3ae1699e071b2bf04b0d499b7479334465a3
/
.
/
net
/
bpf
/
Makefile
blob: 1ebe270bde2383cb16845883f9078939cbaffd7a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
obj
-
$
(
CONFIG_BPF_SYSCALL
)
:=
test_run
.
o
ifeq
(
$
(
CONFIG_BPF_JIT
),
y
)
obj
-
$
(
CONFIG_BPF_SYSCALL
)
+=
bpf_dummy_struct_ops
.
o
endif