mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
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:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user