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