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
This commit is contained in:
committed by
Peter Zijlstra
parent
b4c108d7da
commit
f7515d9fe8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user