summaryrefslogtreecommitdiff
path: root/tools/objtool/sync-check.sh
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@kernel.org>2023-03-01 18:13:07 +0300
committerPeter Zijlstra <peterz@infradead.org>2023-03-24 01:18:56 +0300
commitf7515d9fe8fc4b80754cd4d98a5fcaee84adeebb (patch)
tree1e8c913c59458b353a61c608102ca4bf8bd937e5 /tools/objtool/sync-check.sh
parentb4c108d7daf1039cf19388baff30a94563de3f3e (diff)
downloadlinux-f7515d9fe8fc4b80754cd4d98a5fcaee84adeebb.tar.xz
objtool: Add objtool_types.h
Reduce the amount of header sync churn by splitting the shared objtool.h types into a new file. Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/dec622720851210ceafa12d4f4c5f9e73c832152.1677683419.git.jpoimboe@kernel.org
Diffstat (limited to 'tools/objtool/sync-check.sh')
-rwxr-xr-xtools/objtool/sync-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/sync-check.sh b/tools/objtool/sync-check.sh
index 105a291ff8e7..81d120d05442 100755
--- a/tools/objtool/sync-check.sh
+++ b/tools/objtool/sync-check.sh
@@ -6,7 +6,7 @@ if [ -z "$SRCARCH" ]; then
exit 1
fi
-FILES="include/linux/objtool.h"
+FILES="include/linux/objtool_types.h"
if [ "$SRCARCH" = "x86" ]; then
FILES="$FILES