aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
Commit message (Expand)AuthorAge
* kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-09-30
* kbuild: remove unused objectify macroMasahiro Yamada2019-07-26
* kbuild: remove unused hostcc-optionMasahiro Yamada2019-07-17
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-12
|\
| * kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefixMasahiro Yamada2019-07-11
| * kbuild: save $(strip ...) for calling if_changed and friendsMasahiro Yamada2019-06-30
| * kbuild: save $(strip ...) for calling any-prepreqMasahiro Yamada2019-06-30
| * kbuild: rename arg-check to cmd-checkMasahiro Yamada2019-06-30
| * kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada2019-06-15
* | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-14
|/
* kbuild: use more portable 'command -v' for cc-cross-prefixMasahiro Yamada2019-06-07
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-30
* kbuild: drop support for cc-ldoptionNick Desaulniers2019-05-20
* kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada2019-05-17
* kbuild: remove cc-version macroMasahiro Yamada2019-03-04
* kbuild: refactor cc-cross-prefix implementationMasahiro Yamada2019-02-27
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-27
* kbuild: remove unused baseprereqMasahiro Yamada2019-01-13
* kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-05
* kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-05
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-29
|\
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-02
| * kbuild: refactor if_changedMasahiro 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: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-01
* | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2018-12-19
|/
* kbuild: remove cc-name variableMasahiro Yamada2018-11-02
* kbuild: remove unused cc-fullversion variableMasahiro Yamada2018-11-01
* Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-28
|\
| * kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada2018-09-12
* | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2018-10-04
|/
* x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada2018-08-30
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-23
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-15
|\
| * kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2018-07-25
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-15
|\ \
| * | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-27
| * | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-17
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-14
|\ \ | |/ |/|
| * arm64: build with baremetal linker target instead of Linux when availableOlof Johansson2018-07-23
* | kbuild: do not drop -I without parameterMasahiro Yamada2018-07-06
|/
* kbuild: remove kbuild cacheMasahiro Yamada2018-05-28
* kbuild: do not display CHK for filechkMasahiro Yamada2018-05-28
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-04-10
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-25
* kbuild: simplify ld-option implementationMasahiro Yamada2018-03-25
* kbuild: Improve portability of some sed invocationsMichael Forney2018-03-25
* kbuild: create directory for make cache only when necessaryMasahiro Yamada2017-11-15