]> git.ipfire.org Git - thirdparty/linux.git/blame - net/bpf/Makefile
Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[thirdparty/linux.git] / net / bpf / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
c695865c 2obj-$(CONFIG_BPF_SYSCALL) := test_run.o
c196906d
HT
3ifeq ($(CONFIG_BPF_JIT),y)
4obj-$(CONFIG_BPF_SYSCALL) += bpf_dummy_struct_ops.o
5endif