kernel: enable BPF/BTF config

rebase the kernel config from fedora loongarch kernel
6.12, and enable kernel BTF/BPF feature config

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-12-20 05:04:04 -08:00
parent ae6af66e21
commit e3dff6fb65
2 changed files with 336 additions and 135 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -184,7 +184,7 @@ endif
cd $(DIR_APP) && cp -v arch/$(KERNEL_ARCH)/boot/$(KERNEL_TARGET) /boot/vmlinuz-$(KVER)
cd $(DIR_APP) && cp -v System.map /boot/System.map-$(KVER)
cd $(DIR_APP) && cp -v .config /boot/config-$(KVER)
cd $(DIR_APP) && make $(MAKETUNING) modules_install
cd $(DIR_APP) && INSTALL_MOD_STRIP=1 make $(MAKETUNING) modules_install
ifneq "$(BUILD_PLATFORM)" "x86"
cd $(DIR_APP) && make $(MAKETUNING) dtbs