summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/Kbuild
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2022-10-12 16:36:20 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2022-10-12 16:36:20 +0800
commit5dc615520c4dfb358245680f1904bad61116648e (patch)
tree4d12dbcf06e480d4290ffeaf364c8c8158586811 /arch/loongarch/Kbuild
parent4e59e5a46936dd649208f348ead678c35197203d (diff)
downloadlinux-5dc615520c4dfb358245680f1904bad61116648e.tar.gz
linux-5dc615520c4dfb358245680f1904bad61116648e.tar.bz2
linux-5dc615520c4dfb358245680f1904bad61116648e.zip
LoongArch: Add BPF JIT support
BPF programs are normally handled by a BPF interpreter, add BPF JIT support for LoongArch to allow the kernel to generate native code when a program is loaded into the kernel. This will significantly speed-up processing of BPF programs. Co-developed-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch/Kbuild')
-rw-r--r--arch/loongarch/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/loongarch/Kbuild b/arch/loongarch/Kbuild
index ab5373d0a24f..b01f5cdb27e0 100644
--- a/arch/loongarch/Kbuild
+++ b/arch/loongarch/Kbuild
@@ -1,5 +1,6 @@
obj-y += kernel/
obj-y += mm/
+obj-y += net/
obj-y += vdso/
# for cleaning