summaryrefslogtreecommitdiff
path: root/Documentation/kbuild/makefiles.txt
AgeCommit message (Expand)Author
2016-09-09kbuild: add arch specific post-link MakefileNicholas Piggin
2016-07-07kbuild, x86: Track generated headers with generated-yJames Hogan
2015-07-06kbuild: Allow arch Makefiles to override {cpp,ld,c}flagsMichal Marek
2015-06-08kbuild: edit explanation of clean-files variableJeffrey Rogers
2015-02-19Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2015-01-09kbuild: allow cc-ifversion to have the argument for false conditionMasahiro Yamada
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada
2015-01-08kbuild: Update documentation of clean-files and clean-dirsMichal Marek
2014-08-19Documentation: kbuild: Improve grammarGeert Uytterhoeven
2014-08-19Documentation: kbuild: Remove obsolete dtc_cpp sectionGeert Uytterhoeven
2014-08-19Documentation: kbuild: Improve if_changed documentationGeert Uytterhoeven
2014-08-19Documentation: kbuild: Remove obsolete include/asm symlink stepGeert Uytterhoeven
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2014-07-16kbuild: drop shared library support from Makefile.hostMasahiro Yamada
2014-06-18kbuild: fix a typo in a kbuild documentMasahiro Yamada
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2013-04-08doc: change example to existing Makefile fragmentPaul Bolle
2013-04-08kbuild: fix ld-option functionAntony Pavlov
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren
2012-10-02UAPI: Remove the objhdr-y export listDavid Howells
2011-11-17kbuild: Add support for an "archheaders" targetH. Peter Anvin
2011-06-13doc: fix wrong arch/i386 referencesWanlong Gao
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek
2011-04-28kbuild: asm-generic supportSam Ravnborg
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse
2010-12-23of: Add support for linking device tree blobs into vmlinuxDirk Brandewie
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2010-09-13Merge branch 'kbuild/clean' into kbuild/kbuildMichal Marek
2010-08-14kbuild: drop unifdef-y supportSam Ravnborg
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2010-08-05Documentation: fix kbuild typos and wordingNicolas Kaiser
2010-08-05Documentation: update kbuild make typos/grammar/text flowMatt Mooney
2010-08-05Documentation: update kbuild make examples#2 to reflect changesMatt Mooney
2010-08-05Documentation: update kbuild loadable modules goals & examplesMatt Mooney
2010-08-03kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineSam Ravnborg
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg
2010-05-27kbuild: Revert part of e8d400a to resolve a conflictMichal Marek
2010-03-11kbuild: Really don't clean bounds.h and asm-offsets.hMichal Marek
2010-02-17kbuild: fix a couple of typos in DocumentationKirill Smelkov
2009-09-20kbuild: introduce ld-optionSam Ravnborg
2009-09-20kbuild: rename ld-option to cc-ldoptionSam Ravnborg
2009-04-19kbuild: introduce subdir-ccflags-ySam Ravnborg
2009-04-11kbuild: introduce destination-y for exported headersSam Ravnborg
2008-12-03kbuild: introduce $(kecho) convenience echoMike Frysinger
2007-10-22kbuild: cc-cross-prefix spellingGeert Uytterhoeven
2007-10-19kbuild: introduce cc-cross-prefixSam Ravnborg
2007-10-15kbuild: introduce ccflags-y, asflags-y and ldflags-ySam Ravnborg
2007-10-15kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg