aboutsummaryrefslogtreecommitdiff
path: root/scripts/Kbuild.include
AgeCommit message (Expand)AuthorFilesLines
2015-01-09kbuild: allow cc-ifversion to have the argument for false conditionGravatar Masahiro Yamada 1-2/+2
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionGravatar Masahiro Yamada 1-5/+2
2015-01-09kbuild: fix cc-ifversion macroGravatar Masahiro Yamada 1-1/+1
2014-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+12
2014-12-03kbuild: remove redundant -rR flag of hdr-instGravatar Masahiro Yamada 1-2/+2
2014-11-26kbuild: collect shorthands into scripts/Kbuild.includeGravatar Masahiro Yamada 1-0/+12
2014-10-21dts, kbuild: Factor out dtbs install rules to Makefile.dtbinstGravatar Robert Richter 1-0/+6
2014-10-02kbuild: simplify build, clean, modbuiltin shorthandsGravatar Masahiro Yamada 1-2/+2
2014-08-07kbuild: Fix handling of backslashes in *.cmd filesGravatar Michal Marek 1-6/+8
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+1
2014-03-29kbuild: move "quote" to Kbuild.include to be consistentGravatar Masahiro Yamada 1-0/+1
2014-02-13Kbuild, lto: add ld-version and ld-ifversion macrosGravatar Andi Kleen 1-0/+9
2013-04-08kbuild: fix ld-option functionGravatar Antony Pavlov 1-1/+1
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 1-6/+6
2012-10-06kbuild: make: fix if_changed when command contains backslashesGravatar Sascha Hauer 1-1/+1
2012-10-03kbuild: Fix gcc -x syntaxGravatar Jean Delvare 1-6/+6
2012-03-24scripts/Kbuild.include: Fix portability problem of "echo -e"Gravatar Bernhard Walle 1-1/+1
2011-06-09kbuild: add `baseprereq'Gravatar Arnaud Lacombe 1-0/+4
2011-05-16kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.oGravatar Michal Marek 1-0/+2
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Gravatar Michal Marek 1-0/+5
2011-04-20kbuild: Fix build with binutils <= 2.19Gravatar Michal Marek 1-0/+5
2009-12-12kbuild: generate modules.builtinGravatar Michal Marek 1-0/+6
2009-10-11kbuild,scripts: use non-builtin echo for '-e'Gravatar Amerigo Wang 1-1/+1
2009-09-20kbuild: fix cc1 options check to ensure we do not use -fPIC when compilingGravatar Jory A. Pratt 1-2/+2
2009-09-20kbuild: introduce ld-optionGravatar Sam Ravnborg 1-1/+7
2009-09-20kbuild: rename ld-option to cc-ldoptionGravatar Sam Ravnborg 1-3/+3
2008-12-03kbuild: use KECHO convenience echoGravatar Mike Frysinger 1-9/+2
2008-12-03kbuild: introduce $(kecho) convenience echoGravatar Mike Frysinger 1-0/+7
2008-12-03kbuild: fix -I option expansion with O=... buildsGravatar Sam Ravnborg 1-1/+3
2008-09-09kbuild: fix cc-option and cc-option-ynGravatar H. Peter Anvin 1-2/+2
2008-02-11kbuild: fix make V=1Gravatar Sam Ravnborg 1-0/+3
2008-02-09kbuild: silence CHK/UPD messages according to $(quiet)Gravatar Mike Frysinger 1-2/+6
2007-10-19kbuild: introduce cc-cross-prefixGravatar Sam Ravnborg 1-0/+11
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASGravatar Sam Ravnborg 1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCGravatar Sam Ravnborg 1-3/+3
2007-07-16kbuild: New 'cc-fullversion' macroGravatar Segher Boessenkool 1-1/+6
2007-02-09[PATCH] kbuild: more Makefile cleanupsGravatar Roman Zippel 1-36/+36
2007-02-08kbuild: fix space for good (take 103)Gravatar Linus Torvalds 1-10/+9
2007-02-07kbuild: make $(checker-shell ) strip spaces around the resultGravatar Linus Torvalds 1-3/+2
2007-02-07[PATCH] kbuild, Kbuild.include: avoid using spaces in call argumentsGravatar Oleg Verych 1-20/+20
2007-02-06[PATCH] kbuild: improve option checking, Kbuild.include cleanupGravatar Oleg Verych 1-43/+53
2006-12-10[PATCH] kbuild: don't put temp files in sourceGravatar Roman Zippel 1-7/+12
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderGravatar Jan Beulich 1-2/+2
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeGravatar Andi Kleen 1-0/+7
2006-09-25kbuild: make V=2 tell why a target is rebuildGravatar Sam Ravnborg 1-1/+40
2006-09-25kbuild: consistently decide when to rebuild a targetGravatar Sam Ravnborg 1-22/+30
2006-08-01kbuild: always use $(CC) for $(call cc-version)Gravatar Sam Ravnborg 1-2/+1
2006-07-31[PATCH] vDSO hash-style fixGravatar Roland McGrath 1-0/+7
2006-07-01kbuild: fix ia64 breakage after introducing make -rRGravatar Sam Ravnborg 1-0/+4
2006-06-26Revert "kbuild: fix make -rR breakage"Gravatar Linus Torvalds 1-5/+0