This website requires JavaScript.
Explore
Help
Register
Sign in
GitHub-Mirror
/
linux-bl808
Watch
2
Star
0
Fork
You've already forked linux-bl808
0
mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced
2025-03-16 12:04:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
timer
linux-bl808
/
arch
/
loongarch
/
Kbuild
8 lines
91 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
LoongArch: Add build infrastructure Add Kbuild, Makefile, Kconfig and link script for LoongArch build infrastructure. Reviewed-by: Guo Ren <guoren@kernel.org> Reviewed-by: WANG Xuerui <git@xen0n.name> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2022-05-31 18:04:11 +08:00
obj-y += kernel/
obj-y += mm/
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>
2022-10-12 16:36:20 +08:00
obj-y += net/
LoongArch: Add build infrastructure Add Kbuild, Makefile, Kconfig and link script for LoongArch build infrastructure. Reviewed-by: Guo Ren <guoren@kernel.org> Reviewed-by: WANG Xuerui <git@xen0n.name> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2022-05-31 18:04:11 +08:00
obj-y += vdso/
# for cleaning
subdir- += boot
Reference in a new issue
Copy permalink