]> Git Repo - J-linux.git/blob - tools/bpf/resolve_btfids/Build
mei: Add transport driver for IVSC device
[J-linux.git] / tools / bpf / resolve_btfids / Build
1 hostprogs := resolve_btfids
2
3 resolve_btfids-y += main.o
4 resolve_btfids-y += rbtree.o
5 resolve_btfids-y += zalloc.o
6 resolve_btfids-y += string.o
7 resolve_btfids-y += ctype.o
8 resolve_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)
This page took 0.030887 seconds and 4 git commands to generate.