blob: e057ee4ba75e89facabf508a5605ea9c92c2d5e5 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0-only
# MIPS networking code
obj-$(CONFIG_MIPS_CBPF_JIT) += bpf_jit.o bpf_jit_asm.o
ifeq ($(CONFIG_32BIT),y)
obj-$(CONFIG_MIPS_EBPF_JIT) += bpf_jit_comp.o bpf_jit_comp32.o
else
obj-$(CONFIG_MIPS_EBPF_JIT) += ebpf_jit.o
endif