13 lines · plain
1hostprogs := resolve_btfids2 3resolve_btfids-y += main.o4resolve_btfids-y += rbtree.o5resolve_btfids-y += zalloc.o6resolve_btfids-y += string.o7resolve_btfids-y += ctype.o8resolve_btfids-y += str_error_r.o9 10$(OUTPUT)%.o: ../../lib/%.c FORCE11 $(call rule_mkdir)12 $(call if_changed_dep,host_cc_o_c)13