aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.build
AgeCommit message (Expand)AuthorFilesLines
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsGravatar Ard Biesheuvel 1-0/+2
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-5/+12
2016-12-11kbuild: cmd_export_list: tighten the sed scriptGravatar Nicolas Pitre 1-1/+1
2016-11-29kbuild: improve linker compatibility with lib-ksyms.o buildGravatar Nicholas Piggin 1-1/+1
2016-11-29kbuild: thin archives for multi-y targetsGravatar Nicholas Piggin 1-3/+10
2016-11-09kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLGravatar Nicholas Piggin 1-2/+2
2016-11-01kbuild: modversions for EXPORT_SYMBOL() for asmGravatar Nicholas Piggin 1-6/+72
2016-10-22kbuild: prevent lib-ksyms.o rebuildsGravatar Nicholas Piggin 1-0/+3
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rGravatar Stephen Rothwell 1-4/+19
2016-08-07[kbuild] handle exports in lib-y objects reliablyGravatar Al Viro 1-0/+20
2016-06-07Shared library supportGravatar Emese Revfy 1-1/+1
2016-04-20kbuild: rename cmd_as_s_S to cmd_cpp_s_SGravatar Masahiro Yamada 1-3/+3
2016-04-20kbuild: rename cmd_cc_i_c to cmd_cpp_i_cGravatar Masahiro Yamada 1-3/+3
2016-03-29kbuild: de-duplicate fixdep usageGravatar Nicolas Pitre 1-14/+5
2016-03-29kbuild: record needed exported symbols for modulesGravatar Nicolas Pitre 1-2/+11
2016-03-05objtool: Detect and warn if libelf is missing and don't break the buildGravatar Josh Poimboeuf 1-0/+2
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionGravatar Josh Poimboeuf 1-4/+35
2015-11-25kbuild: Allow to specify composite modules with modname-mGravatar Michal Marek 1-2/+6
2015-01-29ftrace: allow architectures to specify ftrace compile optionsGravatar Heiko Carstens 1-2/+3
2014-10-02kbuild: remove obj-n and lib-n handlingGravatar Masahiro Yamada 1-2/+2
2014-08-19kbuild: handle multi-objs dependency appropriatelyGravatar Masahiro Yamada 1-6/+4
2014-04-30kbuild: trivial - remove trailing spacesGravatar Masahiro Yamada 1-2/+2
2014-04-16kbuild: move extra gcc checks to scripts/Makefile.extrawarnGravatar Masahiro Yamada 1-61/+0
2014-04-09kbuild: LLVMLinux: Adapt warnings for compilation with clangGravatar Jan-Simon Möller 1-1/+11
2014-02-13Kbuild, lto: Disable LTO for asm-offsets.cGravatar Andi Kleen 1-1/+1
2013-03-20genksyms: pass symbol-prefix instead of archGravatar James Hogan 1-1/+2
2012-10-08X.509: Add simple ASN.1 grammar compilerGravatar David Howells 1-0/+11
2012-01-26kbuild: disable -Wmissing-field-initializers for W=1Gravatar Kirill A. Shutemov 1-0/+2
2011-08-31scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacementGravatar Arnaud Lacombe 1-1/+1
2011-05-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-29/+45
2011-05-19ftrace/kbuild: Add recordmcount files to force full buildGravatar Michal Marek 1-2/+5
2011-05-16kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersGravatar Steven Rostedt 1-1/+4
2011-05-02kbuild: Allow to combine multiple W= levelsGravatar Michal Marek 1-2/+6
2011-04-29kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Gravatar Dave Jones 1-0/+1
2011-04-28kbuild: implement several W= levelsGravatar Sam Ravnborg 1-27/+38
2011-04-20kbuild: Fix build with binutils <= 2.19Gravatar Michal Marek 1-2/+2
2011-04-18kbuild: Use the deterministic mode of arGravatar Michal Marek 1-2/+2
2011-03-09kbuild: Add extra gcc checksGravatar Borislav Petkov 1-1/+34
2010-11-18ftrace: Speed up recordmcountGravatar Wu Zhangjin 1-4/+9
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+2
2010-10-18ftrace: Remove recursion between recordmcount and scripts/mod/emptyGravatar Steven Rostedt 1-1/+7
2010-10-15ftrace: Use objtree for C version of recordmcountGravatar Steven Rostedt 1-1/+1
2010-10-14ftrace/x86: Add support for C version of recordmcountGravatar Steven Rostedt 1-0/+4
2010-09-02ARM: 6317/1: ftrace: pass KBUILD_CFLAGS to record_mcount.plGravatar Rabin Vincent 1-1/+2
2010-08-03kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineGravatar Sam Ravnborg 1-2/+2
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineGravatar Sam Ravnborg 1-3/+6
2010-06-04Makefile.build: make KBUILD_SYMTYPES work againGravatar Don Zickus 1-13/+13
2010-02-02kbuild: Fix linking error built-in.o no such file or directoryGravatar Jiafu He 1-1/+1
2009-12-17MIPS: Tracing: Add an endian argument to scripts/recordmcount.plGravatar Wu Zhangjin 1-0/+1
2009-09-21kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.Gravatar Tim Abbott 1-1/+1