blob: 1ebe270bde2383cb16845883f9078939cbaffd7a [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Stanislav Fomichevc6958652019-04-11 09:12:02 -07002obj-$(CONFIG_BPF_SYSCALL) := test_run.o
Hou Taoc1969062021-10-25 14:40:24 +08003ifeq ($(CONFIG_BPF_JIT),y)
4obj-$(CONFIG_BPF_SYSCALL) += bpf_dummy_struct_ops.o
5endif