summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
AgeCommit message (Expand)AuthorLines
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada-0/+7
2019-08-10kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada-1/+2
2019-08-10kbuild: fix false-positive need-builtin calculationMasahiro Yamada-1/+2
2019-07-18kbuild: split out *.mod out of {single,multi}-used-m rulesMasahiro Yamada-9/+13
2019-07-18kbuild: remove the first line of *.mod filesMasahiro Yamada-2/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada-12/+3
2019-07-17kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada-6/+3
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada-1/+1
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada-1/+1
2019-07-17kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada-1/+1
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada-1/+1
2019-07-09kbuild: do not create wrappers for header-test-yMasahiro Yamada-5/+5
2019-06-15kbuild: add support for ensuring headers are self-containedJani Nikula-0/+9
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2019-04-03objtool: Add UACCESS validationPeter Zijlstra-0/+3
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada-1/+1
2019-03-28kbuild: strip whitespace in cmd_record_mcount findstringJoe Lawrence-5/+2
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada-5/+1
2019-02-27kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada-2/+2
2019-02-20kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada-0/+2
2019-02-20kbuild: Disable extra debugging info in .s outputMasahiro Yamada-1/+1
2019-01-28kbuild: remove unnecessary in-subshell executionMasahiro Yamada-2/+2
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada-3/+6
2019-01-28kbuild: remove top-level built-in.aMasahiro Yamada-6/+2
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-79/+49
2018-12-17kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada-1/+1
2018-12-17kbuild: refactor part-of-moduleMasahiro Yamada-5/+3
2018-12-17kbuild: refactor quiet_modtagMasahiro Yamada-6/+1
2018-12-17kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada-2/+0
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada-4/+0
2018-12-01kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada-2/+0
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada-8/+8
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada-11/+11
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada-0/+7
2018-12-01kbuild: refactor modversions build rulesMasahiro Yamada-37/+17
2018-12-01kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada-1/+1
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada-7/+5
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan-2/+0
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-36/+8
2018-10-19kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada-8/+6
2018-10-19kbuild: remove unneeded link_multi_depsMasahiro Yamada-18/+2
2018-09-19ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley-1/+1
2018-09-13kbuild: remove old check for CFLAGS useMasahiro Yamada-10/+0
2018-08-30objtool: Remove workaround for unreachable warnings from old GCCMasahiro Yamada-2/+0
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-3/+3
2018-08-24kbuild: pass LDFLAGS to recordmcount.plMasahiro Yamada-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-6/+3
2018-08-15tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik-6/+3
2018-08-09kbuild: remove deprecated host-progs variableMasahiro Yamada-7/+0
2018-07-06kbuild: remove duplicated comments about PHONYMasahiro Yamada-3/+0