projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'sound-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[platform/kernel/linux-rpi.git]
/
net
/
bpf
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-$(CONFIG_BPF_SYSCALL) := test_run.o
3
ifeq ($(CONFIG_BPF_JIT),y)
4
obj-$(CONFIG_BPF_SYSCALL) += bpf_dummy_struct_ops.o
5
endif