]> Git Repo - J-linux.git/blob - tools/objtool/arch/x86/Build
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / objtool / arch / x86 / Build
1 objtool-y += special.o
2 objtool-y += decode.o
3 objtool-y += orc.o
4
5 inat_tables_script = ../arch/x86/tools/gen-insn-attr-x86.awk
6 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt
7
8 $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
9         $(call rule_mkdir)
10         $(Q)$(call echo-cmd,gen)$(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@
11
12 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
13
14 CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
This page took 0.027156 seconds and 4 git commands to generate.