Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.6.
 1hostprogs := resolve_btfids
 2
 3resolve_btfids-y += main.o
 4resolve_btfids-y += rbtree.o
 5resolve_btfids-y += zalloc.o
 6resolve_btfids-y += string.o
 7resolve_btfids-y += ctype.o
 8resolve_btfids-y += str_error_r.o
 9
10$(OUTPUT)%.o: ../../lib/%.c FORCE
11	$(call rule_mkdir)
12	$(call if_changed_dep,host_cc_o_c)