projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6364d7d
)
mips, bpf: Fix Makefile that referenced a removed file
author
Johan Almbladh
<johan.almbladh@anyfinetworks.com>
Thu, 7 Oct 2021 14:23:39 +0000
(16:23 +0200)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Thu, 7 Oct 2021 21:51:13 +0000
(23:51 +0200)
This patch removes a stale Makefile reference to the cBPF JIT that was
removed.
Fixes:
ebcbacfa50ec
("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
arch/mips/net/Makefile
patch
|
blob
|
history
diff --git
a/arch/mips/net/Makefile
b/arch/mips/net/Makefile
index
602bf24
..
95e8267
100644
(file)
--- a/
arch/mips/net/Makefile
+++ b/
arch/mips/net/Makefile
@@
-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)