summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-12/+13
|\
| * kbuild: optimize object directory creation for incremental buildMasahiro Yamada2017-11-161-0/+5
| * kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-9/+6
| * kbuild: filter-out PHONY targets from "targets"Masahiro Yamada2017-11-161-1/+1
| * kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-161-2/+1
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-1/+2
|\ \
| * | Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds2017-11-021-1/+1
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-1/+1
|/
* objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf2017-09-281-0/+2
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-4/+13
|\
| * x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-4/+10
| * objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-251-0/+3
* | kbuild: trivial cleanups on the commentsCao jin2017-08-101-4/+4
|/
* kbuild: thin archives use P option to arNicholas Piggin2017-06-301-4/+4
* objtool: make it visible in make V=1 outputJiri Slaby2017-05-031-2/+2
* kbuild: Add support to generate LLVM assembly filesVinícius Tinti2017-04-251-0/+8
* kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel2017-02-031-0/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-5/+12
|\
| * kbuild: cmd_export_list: tighten the sed scriptNicolas Pitre2016-12-111-1/+1
| * kbuild: improve linker compatibility with lib-ksyms.o buildNicholas Piggin2016-11-291-1/+1
| * kbuild: thin archives for multi-y targetsNicholas Piggin2016-11-291-3/+10
* | kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin2016-11-091-2/+2
* | kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin2016-11-011-6/+72
* | kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin2016-10-221-0/+3
|/
* kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell2016-09-091-4/+19
* [kbuild] handle exports in lib-y objects reliablyAl Viro2016-08-071-0/+20
* Shared library supportEmese Revfy2016-06-071-1/+1
* kbuild: rename cmd_as_s_S to cmd_cpp_s_SMasahiro Yamada2016-04-201-3/+3
* kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada2016-04-201-3/+3
* kbuild: de-duplicate fixdep usageNicolas Pitre2016-03-291-14/+5
* kbuild: record needed exported symbols for modulesNicolas Pitre2016-03-291-2/+11
* objtool: Detect and warn if libelf is missing and don't break the buildJosh Poimboeuf2016-03-051-0/+2
* objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf2016-02-291-4/+35
* kbuild: Allow to specify composite modules with modname-mMichal Marek2015-11-251-2/+6
* ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-291-2/+3
* kbuild: remove obj-n and lib-n handlingMasahiro Yamada2014-10-021-2/+2
* kbuild: handle multi-objs dependency appropriatelyMasahiro Yamada2014-08-191-6/+4
* kbuild: trivial - remove trailing spacesMasahiro Yamada2014-04-301-2/+2
* kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada2014-04-161-61/+0
* kbuild: LLVMLinux: Adapt warnings for compilation with clangJan-Simon Möller2014-04-091-1/+11
* Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen2014-02-131-1/+1
* genksyms: pass symbol-prefix instead of archJames Hogan2013-03-201-1/+2
* X.509: Add simple ASN.1 grammar compilerDavid Howells2012-10-081-0/+11
* kbuild: disable -Wmissing-field-initializers for W=1Kirill A. Shutemov2012-01-261-0/+2
* scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacementArnaud Lacombe2011-08-311-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-05-241-29/+45
|\
| * kbuild: Allow to combine multiple W= levelsMichal Marek2011-05-021-2/+6
| * kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones2011-04-291-0/+1
| * kbuild: implement several W= levelsSam Ravnborg2011-04-281-27/+38
OpenPOWER on IntegriCloud