summaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
AgeCommit message (Expand)AuthorLines
2019-06-08kbuild: use more portable 'command -v' for cc-cross-prefixMasahiro Yamada-1/+6
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman-0/+1
2019-05-21kbuild: drop support for cc-ldoptionNick Desaulniers-5/+0
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada-8/+0
2019-03-04kbuild: remove cc-version macroMasahiro Yamada-4/+1
2019-02-27kbuild: refactor cc-cross-prefix implementationMasahiro Yamada-8/+4
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada-0/+4
2019-01-14kbuild: remove unused baseprereqMasahiro Yamada-4/+0
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada-4/+4
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada-1/+1
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-42/+10
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar-3/+1
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada-0/+3
2018-12-01kbuild: refactor if_changedMasahiro Yamada-2/+1
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada-1/+1
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada-8/+4
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada-28/+0
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada-6/+4
2018-11-02kbuild: remove cc-name variableMasahiro Yamada-4/+0
2018-11-02kbuild: remove unused cc-fullversion variableMasahiro Yamada-4/+0
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit-1/+3
2018-09-13kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada-1/+1
2018-08-30x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada-4/+0
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-2/+2
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-0/+3
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada-1/+1
2018-07-25kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada-0/+3
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson-2/+2
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott-1/+1
2018-07-06kbuild: do not drop -I without parameterMasahiro Yamada-1/+1
2018-05-29kbuild: remove kbuild cacheMasahiro Yamada-87/+14
2018-05-28kbuild: do not display CHK for filechkMasahiro Yamada-1/+0
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes-2/+3
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada-1/+1
2018-03-26kbuild: simplify ld-option implementationMasahiro Yamada-3/+1
2018-03-26kbuild: Improve portability of some sed invocationsMichael Forney-1/+1
2017-11-16kbuild: create directory for make cache only when necessaryMasahiro Yamada-4/+9
2017-11-13kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers-2/+3
2017-11-13kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada-0/+6
2017-11-13kbuild: Add a cache for generated variablesDouglas Anderson-14/+76
2017-08-10kbuild: trivial cleanups on the commentsCao jin-4/+3
2017-06-25kbuild: Add __cc-option macroMatthias Kaehlcke-2/+12
2017-06-25kbuild: remove cc-option-alignMasahiro Yamada-5/+0
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+3
2017-04-12kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois-3/+3
2017-03-30x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf-0/+4
2017-02-14Kbuild: Add cpp_its_S in ksym_dep_filterMarcin Nowakowski-1/+1