aboutsummaryrefslogtreecommitdiff
path: root/Documentation/kbuild
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-19/+12
2021-04-25docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02Gravatar Bhaskar Chowdhury 1-1/+1
2021-04-14kconfig: change "modules" from sub-option to first-level attributeGravatar Masahiro Yamada 1-10/+4
2021-04-14kconfig: remove allnoconfig_y optionGravatar Masahiro Yamada 1-4/+0
2021-04-14kconfig: change defconfig_list option to environment variableGravatar Masahiro Yamada 2-5/+8
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-7/+1
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+1
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2021-02-16kbuild: doc: remove "Objects which export symbols" sectionGravatar Masahiro Yamada 1-7/+1
2021-02-01kbuild: remove PYTHON variableGravatar Masahiro Yamada 1-1/+1
2021-01-30Documentation/llvm: Add a section about supported architecturesGravatar Nathan Chancellor 1-0/+44
2021-01-29arch: sparc: Remove CONFIG_OPROFILE supportGravatar Viresh Kumar 1-1/+0
2021-01-26doc: gcc-plugins: update gcc-plugins.rstGravatar Masahiro Yamada 1-20/+21
2021-01-23Documentation/Kbuild: Remove references to gcc-plugin.shGravatar Robert Karszniewicz 1-6/+0
2021-01-22scsi: Drop gdth driverGravatar Hannes Reinecke 1-3/+1
2021-01-11Documentation: kbuild: Fix section referenceGravatar Viresh Kumar 1-1/+1
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-12-21kconfig: doc: fix $(fileno) to $(filename)Gravatar Masahiro Yamada 1-1/+1
2020-12-21Documentation/kbuild: Document platform dependency practisesGravatar Geert Uytterhoeven 1-0/+24
2020-12-21Documentation/kbuild: Document COMPILE_TEST dependenciesGravatar Geert Uytterhoeven 1-0/+11
2020-12-21kbuild: doc: document subdir-y syntaxGravatar Masahiro Yamada 1-0/+15
2020-12-21kbuild: doc: clarify the difference between extra-y and always-yGravatar Masahiro Yamada 1-39/+71
2020-12-21kbuild: doc: split if_changed explanation to a separate sectionGravatar Masahiro Yamada 1-42/+52
2020-12-21kbuild: doc: merge 'Special Rules' and 'Custom kbuild commands' sectionsGravatar Masahiro Yamada 1-48/+40
2020-12-21kbuild: doc: fix 'List directories to visit when descending' sectionGravatar Masahiro Yamada 1-9/+10
2020-12-21kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/Gravatar Masahiro Yamada 2-28/+35
2020-12-21kbuild: doc: update the description about kbuild MakefilesGravatar Masahiro Yamada 1-1/+1
2020-11-02kbuild: remove unused OBJSIZEGravatar Vasily Gorbik 1-3/+2
2020-10-13kbuild: doc: describe proper script invocationGravatar Lukas Bulwahn 1-0/+20
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+4
2020-09-26Documentation/llvm: Fix clang target examplesGravatar Florian Fainelli 1-2/+2
2020-09-03kbuild: Documentation: clean up makefiles.rstGravatar Randy Dunlap 1-9/+9
2020-08-31Documentation: add minimum clang/llvm versionGravatar Nick Desaulniers 1-0/+4
2020-08-31Documentation/llvm: Improve formatting of commands, variables, and argumentsGravatar Nathan Chancellor 1-13/+13
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 4-12/+55
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 1-1/+30
2020-08-10kbuild: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 3-9/+9
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-0/+14
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-07-13Documentation: kbuild/kconfig-language: eliminate duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-2/+2
2020-06-28docs: kbuild: fix ReST formattingGravatar Dov Murik 1-3/+4
2020-06-28gcc-plugins: fix gcc-plugins directory path in documentationGravatar Masahiro Yamada 1-1/+1
2020-06-06kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-2/+2
2020-05-26kbuild: doc: remove documentation about copying Module.symvers aroundGravatar Masahiro Yamada 1-12/+0
2020-05-17kbuild: doc: document the new syntax 'userprogs'Gravatar Masahiro Yamada 1-48/+135
2020-04-23Documentation: kbuild: fix the section title formatGravatar Masahiro Yamada 1-1/+2
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMGravatar Masahiro Yamada 2-2/+11
2020-04-09kbuild: replace AS=clang with LLVM_IAS=1Gravatar Masahiro Yamada 1-1/+4
2020-04-09Documentation/llvm: fix the name of llvm-sizeGravatar Fangrui Song 1-1/+1