2 # SPDX-License-Identifier: GPL-2.0
7 arch/x86/lib/x86-opcode-map.txt
8 arch/x86/tools/gen-insn-attr-x86.awk
9 arch/x86/include/asm/insn.h
10 arch/x86/include/asm/inat.h
11 arch/x86/include/asm/inat_types.h
12 arch/x86/include/asm/orc_types.h
19 diff $file ..
/..
/$file > /dev
/null ||
20 echo "Warning: synced file at 'tools/objtool/$file' differs from latest kernel version at '$file'"
23 if [ ! -d ..
/..
/kernel
] ||
[ ! -d ..
/..
/tools
] ||
[ ! -d ..
/objtool
]; then