aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.build
AgeCommit message (Expand)AuthorFilesLines
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersGravatar Masahiro Yamada 1-3/+7
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Gravatar Masahiro Yamada 1-2/+2
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyGravatar Masahiro Yamada 1-1/+3
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyGravatar Masahiro Yamada 1-0/+11
2018-03-26kbuild: clean up link rule of composite modulesGravatar Masahiro Yamada 1-3/+1
2018-03-26kbuild: clean up archive rule of built-in.aGravatar Masahiro Yamada 1-9/+4
2018-03-26kbuild: remove partial section mismatch detection for built-in.aGravatar Masahiro Yamada 1-2/+1
2018-03-26kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aGravatar Masahiro Yamada 1-14/+7
2018-03-26kbuild: rename real-objs-y/m to real-obj-y/mGravatar Masahiro Yamada 1-12/+12
2018-03-26kbuild: move modname and modname-multi close to modname_flagsGravatar Masahiro Yamada 1-2/+0
2018-03-26kbuild: simplify modname calculationGravatar Masahiro Yamada 1-11/+1
2018-03-26kbuild: rename built-in.o to built-in.aGravatar Nicholas Piggin 1-5/+5
2018-03-26kbuild: remove incremental linking optionGravatar Nicholas Piggin 1-21/+11
2018-03-26kbuild: Improve portability of some sed invocationsGravatar Michael Forney 1-1/+1
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyGravatar Peter Zijlstra 1-0/+2
2018-02-21objtool: Add module specific retpoline rulesGravatar Peter Zijlstra 1-0/+2
2018-02-21objtool: Add retpoline validationGravatar Peter Zijlstra 1-0/+4
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+10
2018-01-16objtool: Fix seg fault with gold linkerGravatar Josh Poimboeuf 1-4/+10
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmGravatar Ingo Molnar 1-1/+1
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-2/+2
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+5
2017-11-20Add optional check for bad kernel-doc commentsGravatar Matthew Wilcox 1-0/+5
2017-11-18kbuild: create built-in.o automatically if parent directory wants itGravatar Masahiro Yamada 1-2/+2
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-12/+13
2017-11-16kbuild: optimize object directory creation for incremental buildGravatar Masahiro Yamada 1-0/+5
2017-11-16kbuild: create object directories simpler and fasterGravatar Masahiro Yamada 1-9/+6
2017-11-16kbuild: filter-out PHONY targets from "targets"Gravatar Masahiro Yamada 1-1/+1
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationGravatar Masahiro Yamada 1-2/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsGravatar Ingo Molnar 1-1/+2
2017-11-02Kbuild: don't pass "-C" to preprocessor when processing linker scriptsGravatar Linus Torvalds 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Gravatar Josh Poimboeuf 1-1/+1
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderGravatar Josh Poimboeuf 1-0/+2
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+13
2017-08-10kbuild: trivial cleanups on the commentsGravatar Cao jin 1-4/+4
2017-07-26x86/unwind: Add the ORC unwinderGravatar Josh Poimboeuf 1-4/+10
2017-07-25objtool: Fix gcov check for older versions of GCCGravatar Josh Poimboeuf 1-0/+3
2017-06-30kbuild: thin archives use P option to arGravatar Nicholas Piggin 1-4/+4
2017-05-03objtool: make it visible in make V=1 outputGravatar Jiri Slaby 1-2/+2
2017-04-25kbuild: Add support to generate LLVM assembly filesGravatar Vinícius Tinti 1-0/+8
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