diff options
Diffstat (limited to 'arch/mips/net/Makefile')
-rw-r--r-- | arch/mips/net/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/net/Makefile b/arch/mips/net/Makefile new file mode 100644 index 000000000..d55912349 --- /dev/null +++ b/arch/mips/net/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only +# MIPS networking code + +obj-$(CONFIG_MIPS_CBPF_JIT) += bpf_jit.o bpf_jit_asm.o +obj-$(CONFIG_MIPS_EBPF_JIT) += ebpf_jit.o |