summaryrefslogtreecommitdiff
path: root/tools/objtool/Build
blob: d6cdece5e58bf9d5b03b9b8adde262df3e042817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
objtool-y += arch/$(SRCARCH)/
objtool-y += builtin-check.o
objtool-y += elf.o
objtool-y += special.o
objtool-y += objtool.o

objtool-y += libstring.o
objtool-y += str_error_r.o

CFLAGS += -I$(srctree)/tools/lib

$(OUTPUT)libstring.o: ../lib/string.c FORCE
	$(call rule_mkdir)
	$(call if_changed_dep,cc_o_c)

$(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
	$(call rule_mkdir)
	$(call if_changed_dep,cc_o_c)
.git/diff/net/netfilter/nft_set_hash.c?id=0b5a78749260560f41e3b7c1f60f2c7dd9aff4f0'>net/netfilter/nft_set_hash.c1
-rw-r--r--net/netfilter/nft_set_rbtree.c1
4 files changed, 21 insertions, 5 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h