summaryrefslogtreecommitdiff
path: root/scripts/Kbuild.include
AgeCommit message (Expand)Author
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada
2023-01-22kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada
2023-01-22kbuild: print short log in addition to the whole command with V=1Masahiro Yamada
2022-12-13kbuild: use .NOTINTERMEDIATE for future GNU Make versionsMasahiro Yamada
2022-12-13kbuild: add read-file macroMasahiro Yamada
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada
2022-11-22kbuild: add kbuild-file macroMasahiro Yamada
2022-09-29kbuild: remove the target in signal traps when interruptedMasahiro Yamada
2022-06-01kbuild: add cmd_and_savecmd macroMasahiro Yamada
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada
2022-01-08certs: simplify $(srctree)/ handling and remove config_filename macroMasahiro Yamada
2021-09-03kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechkMasahiro Yamada
2021-09-03kbuild: macrofy the condition of if_changed and friendsMasahiro Yamada
2021-05-27kbuild: sink stdout from cmd for silent buildMasahiro Yamada
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada
2021-02-22kbuild: remove ld-version macroMasahiro Yamada
2020-10-21kbuild: remove leftover comment for filechk utilityRasmus Villemoes
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada
2020-06-17kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada
2020-01-16kbuild: remove *.tmp file when filechk failsMasahiro Yamada
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada
2020-01-07kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada
2019-11-11kbuild: rename any-prereq to newer-prereqsMasahiro Yamada
2019-11-11kbuild: drop $(wildcard $^) check in if_changed* for faster rebuildMasahiro Yamada
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada
2019-07-27kbuild: remove unused objectify macroMasahiro Yamada
2019-07-17kbuild: remove unused hostcc-optionMasahiro Yamada
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-11kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefixMasahiro Yamada
2019-07-01kbuild: save $(strip ...) for calling if_changed and friendsMasahiro Yamada
2019-07-01kbuild: save $(strip ...) for calling any-prepreqMasahiro Yamada
2019-07-01kbuild: rename arg-check to cmd-checkMasahiro Yamada
2019-06-15kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-08kbuild: use more portable 'command -v' for cc-cross-prefixMasahiro Yamada
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-21kbuild: drop support for cc-ldoptionNick Desaulniers
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada
2019-03-04kbuild: remove cc-version macroMasahiro Yamada
2019-02-27kbuild: refactor cc-cross-prefix implementationMasahiro Yamada
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada
2019-01-14kbuild: remove unused baseprereqMasahiro Yamada
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada