1# SPDX-License-Identifier: GPL-2.0 2# 3# Arch-specific network modules 4# 5obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o bpf_jit_comp$(BITS).o 6 7ifdef CONFIG_PPC64 8obj-$(CONFIG_BPF_JIT) += bpf_timed_may_goto.o 9endif 10
1# SPDX-License-Identifier: GPL-2.0 2# 3# Arch-specific network modules 4# 5obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o bpf_jit_comp$(BITS).o 6 7ifdef CONFIG_PPC64 8obj-$(CONFIG_BPF_JIT) += bpf_timed_may_goto.o 9endif 10