thesis/linux-6.8.1/tools/bpf/resolve_btfids/Build
2025-03-19 13:44:23 +01:00

12 lines
296 B
Text

hostprogs := resolve_btfids
resolve_btfids-y += main.o
resolve_btfids-y += rbtree.o
resolve_btfids-y += zalloc.o
resolve_btfids-y += string.o
resolve_btfids-y += ctype.o
resolve_btfids-y += str_error_r.o
$(OUTPUT)%.o: ../../lib/%.c FORCE
$(call rule_mkdir)
$(call if_changed_dep,host_cc_o_c)