Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
andersson
/
remoteproc
/
aef6a521e5bf61b3be4567f6c88776956a6d8b32
/
.
/
arch
/
sparc
/
net
/
Makefile
blob: 806267de3bdfe6db7eb047b91f8198acdda5593d [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
#
# Arch-specific network modules
#
obj
-
$
(
CONFIG_BPF_JIT
)
+=
bpf_jit_comp_$
(
BITS
).
o
ifeq
(
$
(
BITS
),
32
)
obj
-
$
(
CONFIG_BPF_JIT
)
+=
bpf_jit_asm_32
.
o
endif