summaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove cc-version macroMasahiro Yamada2019-03-041-4/+1
* kbuild: refactor cc-cross-prefix implementationMasahiro Yamada2019-02-271-8/+4
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-0/+4
* kbuild: remove unused baseprereqMasahiro Yamada2019-01-141-4/+0
* kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-061-4/+4
* kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-1/+1
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-42/+10
|\
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-021-0/+3
| * kbuild: refactor if_changedMasahiro Yamada2018-12-011-2/+1
| * kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2018-12-011-1/+1
| * kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2018-12-011-8/+4
| * kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-011-28/+0
| * kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-011-6/+4
* | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2018-12-191-3/+1
|/
* kbuild: remove cc-name variableMasahiro Yamada2018-11-021-4/+0
* kbuild: remove unused cc-fullversion variableMasahiro Yamada2018-11-021-4/+0
* Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-281-1/+1
|\
| * kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada2018-09-131-1/+1
* | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2018-10-041-1/+3
|/
* x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada2018-08-301-4/+0
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-151-0/+3
|\
| * kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2018-07-251-0/+3
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-2/+2
|\ \
| * | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-281-1/+1
| * | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-1/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-2/+2
|\ \ | |/ |/|
| * arm64: build with baremetal linker target instead of Linux when availableOlof Johansson2018-07-231-2/+2
* | kbuild: do not drop -I without parameterMasahiro Yamada2018-07-061-1/+1
|/
* kbuild: remove kbuild cacheMasahiro Yamada2018-05-291-87/+14
* kbuild: do not display CHK for filechkMasahiro Yamada2018-05-281-1/+0
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-04-111-2/+3
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-261-1/+1
* kbuild: simplify ld-option implementationMasahiro Yamada2018-03-261-3/+1
* kbuild: Improve portability of some sed invocationsMichael Forney2018-03-261-1/+1
* kbuild: create directory for make cache only when necessaryMasahiro Yamada2017-11-161-4/+9
* kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers2017-11-131-2/+3
* kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada2017-11-131-0/+6
* kbuild: Add a cache for generated variablesDouglas Anderson2017-11-131-14/+76
* kbuild: trivial cleanups on the commentsCao jin2017-08-101-4/+3
* kbuild: Add __cc-option macroMatthias Kaehlcke2017-06-251-2/+12
* kbuild: remove cc-option-alignMasahiro Yamada2017-06-251-5/+0
* Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-101-3/+3
|\
| * kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2017-04-121-3/+3
* | x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf2017-03-301-0/+4
|/
* Kbuild: Add cpp_its_S in ksym_dep_filterMarcin Nowakowski2017-02-141-1/+1
* kbuild: no gcc-plugins during cc-option testsEmese Revfy2016-08-081-3/+7
* Kbuild: don't add obj tree in additional includesArnd Bergmann2016-07-181-1/+1
* Kbuild: don't add ../../ to include pathArnd Bergmann2016-07-181-1/+1
* kbuild: fix if_change and friends to consider argument orderMasahiro Yamada2016-05-101-6/+5