aboutsummaryrefslogtreecommitdiff
path: root/Documentation/kbuild
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-3/+105
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-0/+98
2020-03-17modpost: move the namespace field in Module.symvers lastGravatar Jessica Yu 1-2/+2
2020-03-13kconfig: make 'imply' obey the direct dependencyGravatar Masahiro Yamada 1-2/+13
2020-03-13kconfig: allow symbols implied by y to become mGravatar Masahiro Yamada 1-1/+11
2020-03-13kbuild: doc: fix references to other documentsGravatar Masahiro Yamada 3-5/+5
2020-03-10docs: move gcc-plugins to the kbuild manualGravatar Jonathan Corbet 2-0/+98
2020-03-03Documentation/llvm: add documentation on building w/ Clang/LLVMGravatar Nick Desaulniers 2-0/+81
2020-02-27kbuild: get rid of trailing slash from subdir- exampleGravatar Masahiro Yamada 1-1/+1
2020-02-27kbuild: remove wrong documentation about mandatory-yGravatar Masahiro Yamada 1-3/+0
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-33/+16
2020-02-04kbuild: fix the document to use extra-y for vmlinux.ldsGravatar Masahiro Yamada 1-2/+2
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+4
2020-01-22kconfig: fix documentation typosGravatar Bjorn Helgaas 1-3/+4
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confGravatar Masahiro Yamada 1-5/+0
2019-12-22kbuild: clarify the difference between obj-y and obj-m w.r.t. descendingGravatar Masahiro Yamada 1-3/+13
2019-12-18kconfig: remove ---help--- from documentationGravatar Masahiro Yamada 1-4/+1
2019-11-15kbuild: remove header compile testGravatar Masahiro Yamada 1-17/+0
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversGravatar Masahiro Yamada 1-8/+5
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-154/+0
2019-10-08doc: move namespaces.rst from kbuild/ to core-api/Gravatar Masahiro Yamada 1-154/+0
2019-10-05kheaders: make headers archive reproducibleGravatar Dmitry Goldin 1-4/+9
2019-10-05kbuild: two minor updates for Documentation/kbuild/modules.rstGravatar Masahiro Yamada 1-2/+2
2019-10-01kbuild: correct formatting of header in kbuild module docsGravatar Alex Gaynor 1-1/+2
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSGravatar Masahiro Yamada 1-5/+0
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+159
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-61/+34
2019-09-15Documentation: kbuild: Add document about reproducible buildsGravatar Ben Hutchings 2-0/+123
2019-09-10docs: Add documentation for Symbol NamespacesGravatar Matthias Maennich 1-0/+154
2019-09-10modpost: add support for symbol namespacesGravatar Matthias Maennich 1-2/+5
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNGravatar Masahiro Yamada 1-5/+9
2019-09-04kbuild: remove ARCH_{CPP,A,C}FLAGSGravatar Masahiro Yamada 1-7/+0
2019-08-29kbuild: remove clean-dirs syntaxGravatar Masahiro Yamada 1-12/+4
2019-08-29docs: kbuild: remove cc-ldoption from document againGravatar Masahiro Yamada 1-15/+0
2019-08-29docs: kbuild: fix invalid ReST syntaxGravatar Masahiro Yamada 1-4/+4
2019-08-21kbuild: rebuild modules when module linker scripts are updatedGravatar Masahiro Yamada 1-0/+5
2019-08-21kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rstGravatar Masahiro Yamada 2-14/+14
2019-08-21kbuild: do not descend to ./Kbuild when cleaningGravatar Masahiro Yamada 1-6/+0
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-9/+8
2019-07-17kbuild: get rid of misleading $(AS) from documentsGravatar Masahiro Yamada 2-9/+8
2019-07-15docs: kbuild: fix build with pdf and fix some minor issuesGravatar Mauro Carvalho Chehab 5-11/+33
2019-07-15docs: add some directories to the main documentation indexGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-12/+26
2019-07-11kbuild: add a flag to force absolute path for srctreeGravatar Masahiro Yamada 1-0/+9
2019-07-09kbuild: support header-test-pattern-yGravatar Masahiro Yamada 1-0/+10
2019-07-09kbuild: do not create wrappers for header-test-yGravatar Masahiro Yamada 1-2/+1
2019-06-15kbuild: add support for ensuring headers are self-containedGravatar Jani Nikula 1-0/+7
2019-06-15kbuild: remove headers_{install,check}_allGravatar Masahiro Yamada 2-12/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 9-499/+778
2019-05-21kbuild: drop support for cc-ldoptionGravatar Nick Desaulniers 1-14/+0