diff options
Diffstat (limited to 'arch/mips/net/Makefile')
-rw-r--r-- | arch/mips/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/net/Makefile b/arch/mips/net/Makefile index ae74b3a91f5c..8c2771401f54 100644 --- a/arch/mips/net/Makefile +++ b/arch/mips/net/Makefile @@ -1,3 +1,3 @@ # MIPS networking code -obj-$(CONFIG_BPF_JIT) += bpf_jit.o +obj-$(CONFIG_BPF_JIT) += bpf_jit.o bpf_jit_asm.o |