aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAge
* kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-09-30
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-06
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-21
* kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-21
* kbuild: make single targets work more correctlyMasahiro Yamada2019-08-21
* kbuild: fix modkern_aflags implementationMasahiro Yamada2019-08-14
* kbuild: refactor part-of-module moreMasahiro Yamada2019-08-14
* kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada2019-08-13
* kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada2019-08-09
* kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada2019-08-09
* kbuild: fix false-positive need-builtin calculationMasahiro Yamada2019-08-09
* kbuild: split out *.mod out of {single,multi}-used-m rulesMasahiro Yamada2019-07-17
* kbuild: remove the first line of *.mod filesMasahiro Yamada2019-07-17
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-17
* kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada2019-07-17
* kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada2019-07-17
* kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada2019-07-17
* kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada2019-07-17
* kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-10
* kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-08
* kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-15
* Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-08
|\
| * kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-02
* | objtool: Add UACCESS validationPeter Zijlstra2019-04-03
|/
* kbuild: strip whitespace in cmd_record_mcount findstringJoe Lawrence2019-03-28
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-13
* kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada2019-02-27
* kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada2019-02-19
* kbuild: Disable extra debugging info in .s outputMasahiro Yamada2019-02-19
* kbuild: remove unnecessary in-subshell executionMasahiro Yamada2019-01-27
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-27
* kbuild: remove top-level built-in.aMasahiro Yamada2019-01-27
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-29
|\
| * kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada2018-12-16
| * kbuild: refactor part-of-moduleMasahiro Yamada2018-12-16
| * kbuild: refactor quiet_modtagMasahiro Yamada2018-12-16
| * kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada2018-12-16
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-02
| * kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2018-12-01
| * kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2018-12-01
| * kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2018-12-01
| * kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-01
| * kbuild: refactor modversions build rulesMasahiro Yamada2018-12-01
| * kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada2018-12-01
| * kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-01
* | x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-11-28
|/
* Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-28
|\
| * kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada2018-10-18
| * kbuild: remove unneeded link_multi_depsMasahiro Yamada2018-10-18
| * kbuild: remove old check for CFLAGS useMasahiro Yamada2018-09-12