Skip to content

Commit

Permalink
mips, bpf: Fix Makefile that referenced a removed file
Browse files Browse the repository at this point in the history
This patch removes a stale Makefile reference to the cBPF JIT that was
removed.

Fixes: ebcbacf ("mips, bpf: Remove old BPF JIT implementations")
Signed-off-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20211007142339.633899-1-johan.almbladh@anyfinetworks.com
  • Loading branch information
Johan Almbladh authored and Daniel Borkmann committed Oct 7, 2021
1 parent 6364d7d commit e5c15a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/net/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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) += bpf_jit_comp.o

ifeq ($(CONFIG_32BIT),y)
Expand Down

0 comments on commit e5c15a3

Please sign in to comment.