summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kbuild: refactor modversions build rulesMasahiro Yamada2018-12-011-37/+17
| * kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada2018-12-011-1/+1
| * kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-011-7/+5
* | x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-11-281-2/+0
|/
* Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-281-36/+8
|\
| * kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada2018-10-191-8/+6
| * kbuild: remove unneeded link_multi_depsMasahiro Yamada2018-10-191-18/+2
| * kbuild: remove old check for CFLAGS useMasahiro Yamada2018-09-131-10/+0
* | ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley2018-09-191-1/+1
|/