aboutsummaryrefslogtreecommitdiff
path: root/Documentation/kbuild/makefiles.txt
AgeCommit message (Expand)AuthorFilesLines
2015-07-06kbuild: Allow arch Makefiles to override {cpp,ld,c}flagsGravatar Michal Marek 1-0/+8
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 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-31/+8
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
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-2/+3
2013-04-08doc: change example to existing Makefile fragmentGravatar Paul Bolle 1-2/+3
2013-04-08kbuild: fix ld-option functionGravatar Antony Pavlov 1-1/+1
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesGravatar Stephen Warren 1-0/+23
2012-11-30kbuild: centralize .dts->.dtb ruleGravatar Stephen Warren 1-7/+8
2012-10-02UAPI: Remove the objhdr-y export listGravatar David Howells 1-4/+4
2011-11-17kbuild: Add support for an "archheaders" targetGravatar H. Peter Anvin 1-18/+32
2011-06-13doc: fix wrong arch/i386 referencesGravatar Wanlong Gao 1-19/+19
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Gravatar Michal Marek 1-0/+12
2011-04-28kbuild: asm-generic supportGravatar Sam Ravnborg 1-0/+36
2011-04-20kbuild: Fix build with binutils <= 2.19Gravatar Michal Marek 1-0/+5
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGravatar Gilles Espinasse 1-1/+2
2010-12-23of: Add support for linking device tree blobs into vmlinuxGravatar Dirk Brandewie 1-0/+15
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+7
2010-09-13Merge branch 'kbuild/clean' into kbuild/kbuildGravatar Michal Marek 1-0/+7
2010-08-14kbuild: drop unifdef-y supportGravatar Sam Ravnborg 1-6/+0
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-5/+22
2010-08-05Documentation: fix kbuild typos and wordingGravatar Nicolas Kaiser 1-12/+12
2010-08-05Documentation: update kbuild make typos/grammar/text flowGravatar Matt Mooney 1-28/+25
2010-08-05Documentation: update kbuild make examples#2 to reflect changesGravatar Matt Mooney 1-6/+6
2010-08-05Documentation: update kbuild loadable modules goals & examplesGravatar Matt Mooney 1-18/+19
2010-08-03kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineGravatar Sam Ravnborg 1-2/+7
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineGravatar Sam Ravnborg 1-3/+15
2010-05-27kbuild: Revert part of e8d400a to resolve a conflictGravatar Michal Marek 1-1/+1
2010-03-11kbuild: Really don't clean bounds.h and asm-offsets.hGravatar Michal Marek 1-0/+7
2010-02-17kbuild: fix a couple of typos in DocumentationGravatar Kirill Smelkov 1-1/+1
2009-09-20kbuild: introduce ld-optionGravatar Sam Ravnborg 1-0/+14
2009-09-20kbuild: rename ld-option to cc-ldoptionGravatar Sam Ravnborg 1-3/+3
2009-04-19kbuild: introduce subdir-ccflags-yGravatar Sam Ravnborg 1-0/+10
2009-04-11kbuild: introduce destination-y for exported headersGravatar Sam Ravnborg 1-8/+75
2008-12-03kbuild: introduce $(kecho) convenience echoGravatar Mike Frysinger 1-0/+14
2007-10-22kbuild: cc-cross-prefix spellingGravatar Geert Uytterhoeven 1-5/+5
2007-10-19kbuild: introduce cc-cross-prefixGravatar Sam Ravnborg 1-0/+22
2007-10-15kbuild: introduce ccflags-y, asflags-y and ldflags-yGravatar Sam Ravnborg 1-19/+18
2007-10-15kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPGravatar Sam Ravnborg 1-1/+1
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASGravatar Sam Ravnborg 1-2/+3
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCGravatar Sam Ravnborg 1-6/+9