diff options
| author | Josh Poimboeuf <[email protected]> | 2017-06-28 10:11:05 -0500 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-06-30 10:19:19 +0200 |
| commit | dcc914f44f065ef73685b37e59877a5bb3cb7358 (patch) | |
| tree | 38ec8f7dee26ae770a14dcb7cb8563cd49b81074 /tools/objtool/Build | |
| parent | 4d8a991d460d4fa4829beaffdcba45a217ca0fa7 (diff) | |
objtool: Move checking code to check.c
In preparation for the new 'objtool undwarf generate' command, which
will rely on 'objtool check', move the checking code from
builtin-check.c to check.c where it can be used by other commands.
Signed-off-by: Josh Poimboeuf <[email protected]>
Reviewed-by: Jiri Slaby <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/294c5c695fd73c1a5000bbe5960a7c9bec4ee6b4.1498659915.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/objtool/Build')
| -rw-r--r-- | tools/objtool/Build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objtool/Build b/tools/objtool/Build index d6cdece5e58b..6f2e1987c4d9 100644 --- a/tools/objtool/Build +++ b/tools/objtool/Build @@ -1,5 +1,6 @@ objtool-y += arch/$(SRCARCH)/ objtool-y += builtin-check.o +objtool-y += check.o objtool-y += elf.o objtool-y += special.o objtool-y += objtool.o |