aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-1/+2
2017-11-02Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf1-1/+1
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf1-0/+2
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+13
2017-08-10kbuild: trivial cleanups on the commentsCao jin1-4/+4
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-4/+10
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf1-0/+3
2017-06-30kbuild: thin archives use P option to arNicholas Piggin1-4/+4
2017-05-03objtool: make it visible in make V=1 outputJiri Slaby1-2/+2
2017-04-25kbuild: Add support to generate LLVM assembly filesVinícius Tinti1-0/+8
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel1-0/+2
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-5/+12
2016-12-11kbuild: cmd_export_list: tighten the sed scriptNicolas Pitre1-1/+1
2016-11-29kbuild: improve linker compatibility with lib-ksyms.o buildNicholas Piggin1-1/+1
2016-11-29kbuild: thin archives for multi-y targetsNicholas Piggin1-3/+10
2016-11-09kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin1-2/+2
2016-11-01kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin1-6/+72
2016-10-22kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin1-0/+3
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell1-4/+19
2016-08-07[kbuild] handle exports in lib-y objects reliablyAl Viro1-0/+20
2016-06-07Shared library supportEmese Revfy1-1/+1
2016-04-20kbuild: rename cmd_as_s_S to cmd_cpp_s_SMasahiro Yamada1-3/+3
2016-04-20kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada1-3/+3
2016-03-29kbuild: de-duplicate fixdep usageNicolas Pitre1-14/+5
2016-03-29kbuild: record needed exported symbols for modulesNicolas Pitre1-2/+11
2016-03-05objtool: Detect and warn if libelf is missing and don't break the buildJosh Poimboeuf1-0/+2
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf1-4/+35
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek1-2/+6
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens1-2/+3
2014-10-02kbuild: remove obj-n and lib-n handlingMasahiro Yamada1-2/+2
2014-08-19kbuild: handle multi-objs dependency appropriatelyMasahiro Yamada1-6/+4
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada1-2/+2
2014-04-16kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada1-61/+0
2014-04-09kbuild: LLVMLinux: Adapt warnings for compilation with clangJan-Simon Möller1-1/+11
2014-02-13Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen1-1/+1
2013-03-20genksyms: pass symbol-prefix instead of archJames Hogan1-1/+2
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells1-0/+11
2012-01-26kbuild: disable -Wmissing-field-initializers for W=1Kirill A. Shutemov1-0/+2
2011-08-31scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacementArnaud Lacombe1-1/+1
2011-05-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-29/+45
2011-05-19ftrace/kbuild: Add recordmcount files to force full buildMichal Marek1-2/+5
2011-05-16kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt1-1/+4
2011-05-02kbuild: Allow to combine multiple W= levelsMichal Marek1-2/+6
2011-04-29kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones1-0/+1
2011-04-28kbuild: implement several W= levelsSam Ravnborg1-27/+38
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek1-2/+2
2011-04-18kbuild: Use the deterministic mode of arMichal Marek1-2/+2
2011-03-09kbuild: Add extra gcc checksBorislav Petkov1-1/+34