summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
AgeCommit message (Expand)Author
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-12-21kconfig: doc: fix $(fileno) to $(filename)Masahiro Yamada
2020-12-21Documentation/kbuild: Document platform dependency practisesGeert Uytterhoeven
2020-12-21Documentation/kbuild: Document COMPILE_TEST dependenciesGeert Uytterhoeven
2020-12-21kbuild: doc: document subdir-y syntaxMasahiro Yamada
2020-12-21kbuild: doc: clarify the difference between extra-y and always-yMasahiro Yamada
2020-12-21kbuild: doc: split if_changed explanation to a separate sectionMasahiro Yamada
2020-12-21kbuild: doc: merge 'Special Rules' and 'Custom kbuild commands' sectionsMasahiro Yamada
2020-12-21kbuild: doc: fix 'List directories to visit when descending' sectionMasahiro Yamada
2020-12-21kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/Masahiro Yamada
2020-12-21kbuild: doc: update the description about kbuild MakefilesMasahiro Yamada
2020-11-02kbuild: remove unused OBJSIZEVasily Gorbik
2020-10-13kbuild: doc: describe proper script invocationLukas Bulwahn
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds
2020-09-26Documentation/llvm: Fix clang target examplesFlorian Fainelli
2020-09-03kbuild: Documentation: clean up makefiles.rstRandy Dunlap
2020-08-31Documentation: add minimum clang/llvm versionNick Desaulniers
2020-08-31Documentation/llvm: Improve formatting of commands, variables, and argumentsNathan Chancellor
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-08-10kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-13Documentation: kbuild/kconfig-language: eliminate duplicated wordRandy Dunlap
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-06-28docs: kbuild: fix ReST formattingDov Murik
2020-06-28gcc-plugins: fix gcc-plugins directory path in documentationMasahiro Yamada
2020-06-06kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2020-05-26kbuild: doc: remove documentation about copying Module.symvers aroundMasahiro Yamada
2020-05-17kbuild: doc: document the new syntax 'userprogs'Masahiro Yamada
2020-04-23Documentation: kbuild: fix the section title formatMasahiro Yamada
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada
2020-04-09kbuild: replace AS=clang with LLVM_IAS=1Masahiro Yamada
2020-04-09Documentation/llvm: fix the name of llvm-sizeFangrui Song
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu
2020-03-13kconfig: make 'imply' obey the direct dependencyMasahiro Yamada
2020-03-13kconfig: allow symbols implied by y to become mMasahiro Yamada
2020-03-13kbuild: doc: fix references to other documentsMasahiro Yamada
2020-03-10docs: move gcc-plugins to the kbuild manualJonathan Corbet
2020-03-03Documentation/llvm: add documentation on building w/ Clang/LLVMNick Desaulniers
2020-02-27kbuild: get rid of trailing slash from subdir- exampleMasahiro Yamada
2020-02-27kbuild: remove wrong documentation about mandatory-yMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-02-04kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-01-22kconfig: fix documentation typosBjorn Helgaas
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada
2019-12-22kbuild: clarify the difference between obj-y and obj-m w.r.t. descendingMasahiro Yamada