summaryrefslogtreecommitdiff
path: root/scripts/Kbuild.include
Commit message (Expand)AuthorAge
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-04-11
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-26
* kbuild: simplify ld-option implementationMasahiro Yamada2018-03-26
* kbuild: Improve portability of some sed invocationsMichael Forney2018-03-26
* kbuild: create directory for make cache only when necessaryMasahiro Yamada2017-11-16
* kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers2017-11-13
* kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada2017-11-13
* kbuild: Add a cache for generated variablesDouglas Anderson2017-11-13
* kbuild: trivial cleanups on the commentsCao jin2017-08-10
* kbuild: Add __cc-option macroMatthias Kaehlcke2017-06-25
* kbuild: remove cc-option-alignMasahiro Yamada2017-06-25
* Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-10
|\
| * kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2017-04-12
* | x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf2017-03-30
|/
* Kbuild: Add cpp_its_S in ksym_dep_filterMarcin Nowakowski2017-02-14
* kbuild: no gcc-plugins during cc-option testsEmese Revfy2016-08-08
* Kbuild: don't add obj tree in additional includesArnd Bergmann2016-07-18
* Kbuild: don't add ../../ to include pathArnd Bergmann2016-07-18
* kbuild: fix if_change and friends to consider argument orderMasahiro Yamada2016-05-10
* kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same lineNicolas Pitre2016-05-10
* kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre2016-04-27
* kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre2016-03-29
* kbuild: de-duplicate fixdep usageNicolas Pitre2016-03-29
* kbuild: suppress annoying "... is up to date." messageMasahiro Yamada2016-03-04
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-09-08
|\
| * kbuild: Fix clang detectionMichal Marek2015-09-04
* | modsign: Handle signing key in source treeDavid Woodhouse2015-08-14
|/
* kbuild: allow cc-ifversion to have the argument for false conditionMasahiro Yamada2015-01-09
* kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-09
* kbuild: fix cc-ifversion macroMasahiro Yamada2015-01-09
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-12-20
|\
| * kbuild: remove redundant -rR flag of hdr-instMasahiro Yamada2014-12-03
| * kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada2014-11-26
* | dts, kbuild: Factor out dtbs install rules to Makefile.dtbinstRobert Richter2014-10-21
|/
* kbuild: simplify build, clean, modbuiltin shorthandsMasahiro Yamada2014-10-02
* kbuild: Fix handling of backslashes in *.cmd filesMichal Marek2014-08-07
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-04-07
|\
| * kbuild: move "quote" to Kbuild.include to be consistentMasahiro Yamada2014-03-29
* | Kbuild, lto: add ld-version and ld-ifversion macrosAndi Kleen2014-02-13
|/
* kbuild: fix ld-option functionAntony Pavlov2013-04-08
* Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-10-08
|\
| * kbuild: Fix gcc -x syntaxJean Delvare2012-10-03
* | kbuild: make: fix if_changed when command contains backslashesSascha Hauer2012-10-06
|/
* scripts/Kbuild.include: Fix portability problem of "echo -e"Bernhard Walle2012-03-24
* kbuild: add `baseprereq'Arnaud Lacombe2011-06-09
* kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.oMichal Marek2011-05-16
* kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek2011-05-03
* kbuild: Fix build with binutils <= 2.19Michal Marek2011-04-20
* kbuild: generate modules.builtinMichal Marek2009-12-12
* kbuild,scripts: use non-builtin echo for '-e'Amerigo Wang2009-10-11