# 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
