aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
AgeCommit message (Expand)Author
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada
2019-03-28kbuild: strip whitespace in cmd_record_mcount findstringJoe Lawrence
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada
2019-02-27kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada
2019-02-20kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada
2019-02-20kbuild: Disable extra debugging info in .s outputMasahiro Yamada
2019-01-28kbuild: remove unnecessary in-subshell executionMasahiro Yamada
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada
2019-01-28kbuild: remove top-level built-in.aMasahiro Yamada
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-12-17kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada
2018-12-17kbuild: refactor part-of-moduleMasahiro Yamada
2018-12-17kbuild: refactor quiet_modtagMasahiro Yamada
2018-12-17kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada
2018-12-01kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2018-12-01kbuild: refactor modversions build rulesMasahiro Yamada
2018-12-01kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-10-19kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada
2018-10-19kbuild: remove unneeded link_multi_depsMasahiro Yamada
2018-09-19ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley
2018-09-13kbuild: remove old check for CFLAGS useMasahiro Yamada
2018-08-30objtool: Remove workaround for unreachable warnings from old GCCMasahiro Yamada
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-08-24kbuild: pass LDFLAGS to recordmcount.plMasahiro Yamada
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-15tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik
2018-08-09kbuild: remove deprecated host-progs variableMasahiro Yamada
2018-07-06kbuild: remove duplicated comments about PHONYMasahiro Yamada
2018-06-21tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcountGreg Thelen
2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-05-28trace: Use -mcount-record for dynamic ftraceAndi Kleen
2018-05-17kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXMasahiro Yamada
2018-05-17genksyms: remove symbol prefix supportMasahiro Yamada
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada
2018-03-26kbuild: clean up link rule of composite modulesMasahiro Yamada
2018-03-26kbuild: clean up archive rule of built-in.aMasahiro Yamada
2018-03-26kbuild: remove partial section mismatch detection for built-in.aMasahiro Yamada
2018-03-26kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada