summaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
AgeCommit message (Expand)AuthorLines
2015-01-09kbuild: allow cc-ifversion to have the argument for false conditionMasahiro Yamada-2/+2
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada-5/+2
2015-01-09kbuild: fix cc-ifversion macroMasahiro Yamada-1/+1
2014-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+12
2014-12-03kbuild: remove redundant -rR flag of hdr-instMasahiro Yamada-2/+2
2014-11-26kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada-0/+12
2014-10-21dts, kbuild: Factor out dtbs install rules to Makefile.dtbinstRobert Richter-0/+6
2014-10-02kbuild: simplify build, clean, modbuiltin shorthandsMasahiro Yamada-2/+2
2014-08-07kbuild: Fix handling of backslashes in *.cmd filesMichal Marek-6/+8
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+1
2014-03-29kbuild: move "quote" to Kbuild.include to be consistentMasahiro Yamada-0/+1
2014-02-13Kbuild, lto: add ld-version and ld-ifversion macrosAndi Kleen-0/+9
2013-04-08kbuild: fix ld-option functionAntony Pavlov-1/+1
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds-6/+6
2012-10-06kbuild: make: fix if_changed when command contains backslashesSascha Hauer-1/+1
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare-6/+6
2012-03-24scripts/Kbuild.include: Fix portability problem of "echo -e"Bernhard Walle-1/+1
2011-06-09kbuild: add `baseprereq'Arnaud Lacombe-0/+4
2011-05-16kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.oMichal Marek-0/+2
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek-0/+5
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek-0/+5
2009-12-12kbuild: generate modules.builtinMichal Marek-0/+6
2009-10-11kbuild,scripts: use non-builtin echo for '-e'Amerigo Wang-1/+1
2009-09-20kbuild: fix cc1 options check to ensure we do not use -fPIC when compilingJory A. Pratt-2/+2
2009-09-20kbuild: introduce ld-optionSam Ravnborg-1/+7
2009-09-20kbuild: rename ld-option to cc-ldoptionSam Ravnborg-3/+3
2008-12-03kbuild: use KECHO convenience echoMike Frysinger-9/+2
2008-12-03kbuild: introduce $(kecho) convenience echoMike Frysinger-0/+7
2008-12-03kbuild: fix -I option expansion with O=... buildsSam Ravnborg-1/+3
2008-09-09kbuild: fix cc-option and cc-option-ynH. Peter Anvin-2/+2
2008-02-11kbuild: fix make V=1Sam Ravnborg-0/+3
2008-02-09kbuild: silence CHK/UPD messages according to $(quiet)Mike Frysinger-2/+6
2007-10-19kbuild: introduce cc-cross-prefixSam Ravnborg-0/+11
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg-3/+3
2007-07-16kbuild: New 'cc-fullversion' macroSegher Boessenkool-1/+6
2007-02-09[PATCH] kbuild: more Makefile cleanupsRoman Zippel-36/+36
2007-02-08kbuild: fix space for good (take 103)Linus Torvalds-10/+9
2007-02-07kbuild: make $(checker-shell ) strip spaces around the resultLinus Torvalds-3/+2
2007-02-07[PATCH] kbuild, Kbuild.include: avoid using spaces in call argumentsOleg Verych-20/+20
2007-02-06[PATCH] kbuild: improve option checking, Kbuild.include cleanupOleg Verych-43/+53
2006-12-10[PATCH] kbuild: don't put temp files in sourceRoman Zippel-7/+12
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich-2/+2
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen-0/+7
2006-09-25kbuild: make V=2 tell why a target is rebuildSam Ravnborg-1/+40
2006-09-25kbuild: consistently decide when to rebuild a targetSam Ravnborg-22/+30
2006-08-01kbuild: always use $(CC) for $(call cc-version)Sam Ravnborg-2/+1
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath-0/+7
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg-0/+4
2006-06-26Revert "kbuild: fix make -rR breakage"Linus Torvalds-5/+0