aboutsummaryrefslogtreecommitdiff
path: root/Documentation/kbuild
AgeCommit message (Expand)AuthorFilesLines
2017-12-11Documentation/kbuild: Add guidance for the use of defaultGravatar Darren Hart (VMware) 1-0/+21
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileGravatar Masahiro Yamada 1-1/+0
2017-10-24kbuild doc: a bundle of fixes on makefiles.txtGravatar Cao jin 1-13/+18
2017-08-07kbuild: Update example for ccflags-y usageGravatar Sedat Dilek 1-3/+3
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+6
2017-07-07Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-35/+6
2017-06-30kbuild: handle libs-y archives separately from built-in.o archivesGravatar Nicholas Piggin 1-2/+6
2017-06-25kbuild: remove cc-option-alignGravatar Masahiro Yamada 1-16/+0
2017-06-22kbuild: replace genhdr-y with generated-yGravatar Masahiro Yamada 1-19/+6
2017-05-18Documentation, kbuild: fix typo "minimun" -> "minimum"Gravatar Tobias Klauser 1-1/+1
2017-05-11uapi: export all arch specifics directoriesGravatar Nicolas Dichtel 1-14/+1
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-25/+41
2017-05-11Makefile.headersinst: remove destination-y optionGravatar Nicolas Dichtel 1-19/+4
2016-11-16Kconfig: Introduce the "imply" keywordGravatar Nicolas Pitre 1-0/+29
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+16
2016-09-09kbuild: add arch specific post-link MakefileGravatar Nicholas Piggin 1-0/+16
2016-08-18kconfig-language: improve menuconfig usage descriptionGravatar Eugeniu Rosca 1-1/+38
2016-07-07kbuild, x86: Track generated headers with generated-yGravatar James Hogan 1-0/+14
2016-05-10kconfig-language: elaborate on the type of a choiceGravatar Dirk Gouders 1-6/+11
2016-05-10kconfig-language: fix comment on dependency-generated menu structures.Gravatar Dirk Gouders 1-3/+2
2015-10-08kbuild: document recursive dependency limitation / resolutionGravatar Luis R. Rodriguez 4-0/+314
2015-08-07modsign: Allow password to be specified for signing keyGravatar David Woodhouse 1-0/+5
2015-07-06kbuild: Allow arch Makefiles to override {cpp,ld,c}flagsGravatar Michal Marek 1-0/+8
2015-06-22kbuild : Fix documentation of INSTALL_HDR_PATHGravatar Anish Bhatt 1-3/+6
2015-06-08kbuild: edit explanation of clean-files variableGravatar Jeffrey Rogers 1-2/+2
2015-02-19Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-6/+5
2015-01-09kbuild: allow cc-ifversion to have the argument for false conditionGravatar Masahiro Yamada 1-2/+3
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionGravatar Masahiro Yamada 1-2/+2
2015-01-08kbuild: Update documentation of clean-files and clean-dirsGravatar Michal Marek 1-6/+5
2014-08-19Documentation: kbuild: Improve grammarGravatar Geert Uytterhoeven 1-28/+28
2014-08-19Documentation: kbuild: Remove obsolete dtc_cpp sectionGravatar Geert Uytterhoeven 1-23/+0
2014-08-19Documentation: kbuild: Improve if_changed documentationGravatar Geert Uytterhoeven 1-3/+3
2014-08-19Documentation: kbuild: Remove obsolete include/asm symlink stepGravatar Geert Uytterhoeven 1-5/+4
2014-08-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 2-0/+49
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-31/+8
2014-08-05Documentation: headers_install.txt is part of kbuildGravatar Yann Droneaud 2-0/+49
2014-07-16kbuild: drop shared library support from Makefile.hostGravatar Masahiro Yamada 1-31/+8
2014-06-18kbuild: fix a typo in a kbuild documentGravatar Masahiro Yamada 1-1/+1
2014-06-10kbuild: Fix a typo in documentationGravatar Warren Turkal 1-1/+1
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTGravatar Josh Triplett 1-0/+4
2013-10-08Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | mak...Gravatar Regid Ichira 1-9/+2
2013-09-05kconfig: do not allow more than one symbol to have 'option modules'Gravatar Yann E. MORIN 1-0/+1
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Gravatar Michal Marek 1-5/+3
2013-07-16Documentation/kconfig: more concise and straightforward search explanationGravatar Yann E. MORIN 1-5/+3
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-0/+13
2013-06-24kconfig: sort found symbols by relevanceGravatar Yann E. MORIN 1-0/+13
2013-06-03Finally eradicate CONFIG_HOTPLUGGravatar Stephen Rothwell 1-1/+1
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-2/+3
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-0/+36