aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
AgeCommit message (Expand)AuthorFilesLines
2013-02-27Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-23/+6
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2-8/+9
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren1-0/+23
2012-12-25kconfig: document use of CONFIG_ environment variableYann E. MORIN1-0/+6
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-06Revert "kconfig-language: add to hints"Yann E. MORIN1-23/+0
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren1-7/+8
2012-11-19doc: fix quite a few typos within DocumentationMasanari Iida1-1/+1
2012-10-02UAPI: Remove the objhdr-y export listDavid Howells1-4/+4
2012-05-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-9/+9
2012-05-05kbuild: document KBUILD_LDS, KBUILD_VMLINUX_{INIT,MAIN} and LDFLAGS_vmlinuxSam Ravnborg1-0/+19
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman1-9/+9
2012-03-30Documentation: mention scripts/diffconfig toolJavi Merino1-5/+3
2012-03-07Documentation: Fix multiple typo in DocumentationMasanari Iida1-1/+1
2011-11-17kbuild: Add support for an "archheaders" targetH. Peter Anvin1-18/+32
2011-06-13doc: fix wrong arch/i386 referencesWanlong Gao1-19/+19
2011-05-25Merge branch 'kconfig-for-40' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+31
2011-05-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-0/+66
2011-05-24kconfig: do not record timestamp in .configArnaud Lacombe1-5/+0
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek1-0/+12
2011-05-02kconfig-language: add to hintsRandy Dunlap1-0/+22
2011-05-02kconfig: Document the new "visible if" syntaxMichal Marek1-1/+9
2011-04-28kbuild: asm-generic supportSam Ravnborg1-0/+36
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek1-0/+5
2011-04-18initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek1-1/+2
2011-04-18kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macrosMichal Marek1-0/+12
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+5
2011-03-09kbuild: Add extra gcc checksBorislav Petkov1-0/+5
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2-2/+3
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+15
2011-01-10Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-1/+5
2011-01-10Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds1-0/+8
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+0
2010-12-23of: Add support for linking device tree blobs into vmlinuxDirk Brandewie1-0/+15
2010-12-21Documentation/kbuild: add info that 'choice' can have a symbol nameYann E. MORIN1-1/+5
2010-12-20kbuild, deb-pkg: support overriding userland architectureAsbjoern Sloth Toennesen1-0/+8
2010-12-02kconfig: the day kconfig warns about "select"-abuse has comeArnaud Lacombe1-1/+0
2010-10-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-372/+361
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+2
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+7
2010-10-28Merge commit 'v2.6.36' into kbuild/miscMichal Marek3-70/+101
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2-68/+99
2010-10-05Documentation/kbuild: modules.txt cleanupmatt mooney1-30/+32
2010-09-29Documentation/kbuild: major edit of modules.txt sections 5-8matt mooney1-181/+177
2010-09-29Documentation/kbuild: major edit of modules.txt sections 1-4matt mooney1-198/+189
2010-09-19kconfig: implement the `mainmenu' directiveArnaud Lacombe1-1/+2
2010-09-13Merge branch 'kbuild/clean' into kbuild/kbuildMichal Marek1-0/+7
2010-08-14kbuild: drop unifdef-y supportSam Ravnborg1-6/+0
2010-08-05Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-7/+46
2010-08-05Documentation: fix kbuild typos and wordingNicolas Kaiser2-16/+16
2010-08-05Documentation: update kbuild make typos/grammar/text flowMatt Mooney1-28/+25
2010-08-05Documentation: update kbuild make examples#2 to reflect changesMatt Mooney1-6/+6
2010-08-05Documentation: update kbuild loadable modules goals & examplesMatt Mooney1-18/+19
2010-08-04Merge commit 'v2.6.35' into kbuild/kconfigMichal Marek1-1/+1
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek1-1/+1
2010-08-03kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineSam Ravnborg2-2/+17
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg2-5/+29
2010-08-03kconfig: add alldefconfigSam Ravnborg1-1/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+5
2010-05-27kbuild: Revert part of e8d400a to resolve a conflictMichal Marek1-1/+1
2010-04-23Documentation/: it's -> its where appropriateFrancis Galiegue1-1/+1
2010-04-14kconfig: some small fixesLi Zefan1-1/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-11kbuild: Really don't clean bounds.h and asm-offsets.hMichal Marek1-0/+7
2010-03-03tags: Add the ability to make tags for all archs using "all"John Kacur1-0/+4
2010-02-17kbuild: fix a couple of typos in DocumentationKirill Smelkov2-2/+2
2009-12-12kbuild: generate modules.builtinMichal Marek2-0/+19
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg1-1/+2
2009-09-20kbuild: introduce ld-optionSam Ravnborg1-0/+14
2009-09-20kbuild: rename ld-option to cc-ldoptionSam Ravnborg1-3/+3
2009-09-20kbuild: use INSTALLKERNEL to select customized installkernel scriptSam Ravnborg1-0/+16
2009-06-09kconfig: resort the documentation of the environment variablesMarkus Heidelberg1-56/+60
2009-06-09kbuild/Documentation: Incorrect makefile syntax in exampleDavid VomLehn1-1/+1
2009-04-19kbuild: introduce subdir-ccflags-ySam Ravnborg1-0/+10
2009-04-11kbuild: introduce destination-y for exported headersSam Ravnborg1-8/+75
2009-01-14kbuild: fix kbuild.txt typosRandy Dunlap1-14/+15
2009-01-07kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in DocumentationWolfram Sang1-2/+2
2009-01-07kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscopeJike Song1-0/+7
2009-01-02kbuild: document environment variablesSam Ravnborg2-3/+131
2009-01-02kbuild: make *config usage docsRandy Dunlap2-0/+190
2008-12-03kbuild: introduce $(kecho) convenience echoMike Frysinger1-0/+14
2008-05-04kconfig-language.txt: remove bogus hintAdrian Bunk1-24/+0
2008-04-28kconifg: 'select' considered less evilMatthew Wilcox1-8/+9
2008-04-25kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLSRichard Hacker1-1/+8
2008-01-28kconfig: document use of HAVE_*Sam Ravnborg1-0/+36
2008-01-28kconfig: environment symbol supportRoman Zippel1-0/+21
2008-01-28kconfig: add hints/tips/tricks to Documentation/kbuild/kconfig-language.txtRandy Dunlap1-6/+48
2007-10-22kbuild: cc-cross-prefix spellingGeert Uytterhoeven1-5/+5
2007-10-19kconfig: update kconfig-language textRandy Dunlap1-1/+13
2007-10-19kbuild: introduce cc-cross-prefixSam Ravnborg1-0/+22
2007-10-15kbuild: introduce ccflags-y, asflags-y and ldflags-ySam Ravnborg1-19/+18
2007-10-15kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg1-1/+1
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-2/+3
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-6/+9
2007-10-12kbuild: kill EXTRA_ARFLAGSSam Ravnborg1-3/+2
2007-10-12kbuild: fix documentation in makefiles.txtSam Ravnborg1-2/+2
2007-08-11docs: note about select in kconfig-language.txtJarek Poplawski1-0/+9
2007-07-16kbuild: document cc-fullversionSam Ravnborg1-0/+14
2007-05-02kbuild: small documentation fix in Documentation/kbuild/modules.txtAnton Blanchard1-1/+1
2007-02-17kbuild: more doc. cleanupsRandy Dunlap1-14/+14
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day1-4/+4
2006-11-30Fix typos in /Documentation : MiscMatt LaPlante1-5/+5
2006-10-04[PATCH] docs: small kbuild cleanupDaniel Walker2-2/+2
2006-10-03Fix typos in Documentation/: 'S'Matt LaPlante1-2/+2
2006-10-01kbuild: trivial documentation fixesRobert P. J. Day1-4/+5
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen1-0/+5
2006-09-25kbuild: fixup Documentation/kbuild/modules.txtRobert P. J. Day1-23/+23
2006-09-25kbuild: fix for some typos in Documentation/makefiles.txtBryce Harrington1-40/+43
2006-09-25kbuild: linguistic fixes for Documentation/kbuild/makefiles.txtJan Engelhardt1-90/+94
2006-09-25kbuild: linguistic fixes for Documentation/kbuild/modules.txtJan Engelhardt1-59/+60
2006-09-25kconfig: linguistic fixes for Documentation/kbuild/kconfig-language.txtJan Engelhardt1-6/+6
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+14
2006-06-24kbuild: add option for stripping modules while installing themTheodore Ts'o1-0/+8
2006-04-04kbuild: fix garbled text in modules.txtBrian Gerst1-1/+1
2006-03-10kbuild: in makefile.txt note that Makefile is preferred name for kbuild filesSam Ravnborg1-3/+3
2006-02-19kbuild: make cc-version available in kbuild filesSam Ravnborg1-69/+97
2006-02-19kbuild: improved modversioning support for external modulesSam Ravnborg1-7/+80
2006-02-19kbuild: support building individual files for external modulesSam Ravnborg1-0/+11
2006-01-08kbuild: remove GCC_VERSIONSam Ravnborg1-2/+2
2006-01-06kbuild: document howto build external modules using several directoriesSam Ravnborg1-0/+40
2005-12-16kbuild: patch to Documentation/kbuild/modules.txtBrian Strand1-12/+12
2005-09-11kbuild: rename prepare to archprepare to fix dependency chainSam Ravnborg1-7/+7
2005-07-28[PATCH] kbuild: describe Kbuild pitfallPaolo 'Blaisorblade' Giarrusso1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds4-0/+1831