aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/Makefile
AgeCommit message (Expand)Author
2019-05-25objtool: Allow AR to be overridden with HOSTARNathan Chancellor
2019-04-03objtool: Query pkg-config for libelf locationRolf Eike Beer
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-04-17objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-01-13tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton
2017-12-06objtool: Fix 64-bit build on 32-bit hostMikulas Patocka
2017-11-08objtool: Fix cross-buildJosh Poimboeuf
2017-11-07objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-28objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf
2016-07-22tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf
2016-07-22objtool: Always use host headersArnaldo Carvalho de Melo
2016-07-22objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo
2016-07-15objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo
2016-07-13objtool: Avoid checking code drift on busybox's diffArnaldo Carvalho de Melo
2016-05-17objtool: Allow building with older libelfJan Beulich
2016-03-09objtool: Compile with debugging symbolsJosh Poimboeuf
2016-03-03objtool: Support CROSS_COMPILEJosh Poimboeuf
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf