File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1086,6 +1086,11 @@ ifdef CONFIG_STACK_VALIDATION
1086
1086
endif
1087
1087
endif
1088
1088
1089
+ PHONY += resolve_btfids_clean
1090
+
1091
+ resolve_btfids_clean :
1092
+ $(Q )$(MAKE ) -sC $(srctree ) /tools/bpf/resolve_btfids O=$(abspath $(objtree ) ) /tools/bpf/resolve_btfids clean
1093
+
1089
1094
ifdef CONFIG_BPF
1090
1095
ifdef CONFIG_DEBUG_INFO_BTF
1091
1096
ifeq ($(has_libelf),1)
@@ -1495,7 +1500,7 @@ vmlinuxclean:
1495
1500
$(Q )$(CONFIG_SHELL ) $(srctree ) /scripts/link-vmlinux.sh clean
1496
1501
$(Q )$(if $(ARCH_POSTLINK ) , $(MAKE ) -f $(ARCH_POSTLINK ) clean)
1497
1502
1498
- clean : archclean vmlinuxclean
1503
+ clean : archclean vmlinuxclean resolve_btfids_clean
1499
1504
1500
1505
# mrproper - Delete all generated files, including .config
1501
1506
#
You can’t perform that action at this time.
0 commit comments