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