summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada2020-04-091-17/+0
* gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada2020-04-091-1/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-3/+5
* kbuild: use pattern rule for building built-in.a in sub-directoriesMasahiro Yamada2020-01-071-1/+1
* kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada2020-01-071-1/+1
* kbuild: remove header compile testMasahiro Yamada2019-11-151-9/+0
* kbuild: make single target builds much fasterMasahiro Yamada2019-11-111-1/+4
* kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectoriesMasahiro Yamada2019-11-111-3/+3
* kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-011-1/+1
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-061-1/+1
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-221-13/+0
* kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-6/+1
* kbuild: make single targets work more correctlyMasahiro Yamada2019-08-211-6/+39
* kbuild: fix modkern_aflags implementationMasahiro Yamada2019-08-151-4/+3
* kbuild: refactor part-of-module moreMasahiro Yamada2019-08-151-2/+1
* kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada2019-08-141-2/+2
* kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada2019-08-101-0/+7
* kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada2019-08-101-1/+2
* kbuild: fix false-positive need-builtin calculationMasahiro Yamada2019-08-101-1/+2
* kbuild: split out *.mod out of {single,multi}-used-m rulesMasahiro Yamada2019-07-181-9/+13
* kbuild: remove the first line of *.mod filesMasahiro Yamada2019-07-181-2/+2
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-12/+3
* kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada2019-07-171-6/+3
* kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada2019-07-171-1/+1
* kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada2019-07-171-1/+1
* kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada2019-07-171-1/+1
* kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-111-1/+1
* kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-091-5/+5
* kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-151-0/+9
* Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-081-1/+1
|\
| * kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-021-1/+1
* | objtool: Add UACCESS validationPeter Zijlstra2019-04-031-0/+3
|/
* kbuild: strip whitespace in cmd_record_mcount findstringJoe Lawrence2019-03-281-5/+2
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-141-5/+1
* kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada2019-02-271-2/+2
* kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada2019-02-201-0/+2
* kbuild: Disable extra debugging info in .s outputMasahiro Yamada2019-02-201-1/+1
* kbuild: remove unnecessary in-subshell executionMasahiro Yamada2019-01-281-2/+2
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-3/+6
* kbuild: remove top-level built-in.aMasahiro Yamada2019-01-281-6/+2
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-79/+49
|\
| * kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada2018-12-171-1/+1
| * kbuild: refactor part-of-moduleMasahiro Yamada2018-12-171-5/+3
| * kbuild: refactor quiet_modtagMasahiro Yamada2018-12-171-6/+1
| * kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada2018-12-171-2/+0
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-021-4/+0
| * kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2018-12-011-2/+0
| * kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2018-12-011-8/+8
| * kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2018-12-011-11/+11
| * kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-011-0/+7