summaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
AgeCommit message (Expand)AuthorLines
2019-01-14kbuild: remove unused baseprereqMasahiro Yamada-4/+0
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada-4/+4
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada-1/+1
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-42/+10
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar-3/+1
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada-0/+3
2018-12-01kbuild: refactor if_changedMasahiro Yamada-2/+1
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada-1/+1
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada-8/+4
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada-28/+0
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada-6/+4
2018-11-02kbuild: remove cc-name variableMasahiro Yamada-4/+0
2018-11-02kbuild: remove unused cc-fullversion variableMasahiro Yamada-4/+0
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit-1/+3
2018-09-13kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada-1/+1
2018-08-30x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada-4/+0
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-2/+2
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-0/+3
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada-1/+1
2018-07-25kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada-0/+3
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson-2/+2
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott-1/+1
2018-07-06kbuild: do not drop -I without parameterMasahiro Yamada-1/+1
2018-05-29kbuild: remove kbuild cacheMasahiro Yamada-87/+14
2018-05-28kbuild: do not display CHK for filechkMasahiro Yamada-1/+0
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes-2/+3
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada-1/+1
2018-03-26kbuild: simplify ld-option implementationMasahiro Yamada-3/+1
2018-03-26kbuild: Improve portability of some sed invocationsMichael Forney-1/+1
2017-11-16kbuild: create directory for make cache only when necessaryMasahiro Yamada-4/+9
2017-11-13kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers-2/+3
2017-11-13kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada-0/+6
2017-11-13kbuild: Add a cache for generated variablesDouglas Anderson-14/+76
2017-08-10kbuild: trivial cleanups on the commentsCao jin-4/+3
2017-06-25kbuild: Add __cc-option macroMatthias Kaehlcke-2/+12
2017-06-25kbuild: remove cc-option-alignMasahiro Yamada-5/+0
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+3
2017-04-12kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois-3/+3
2017-03-30x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf-0/+4
2017-02-14Kbuild: Add cpp_its_S in ksym_dep_filterMarcin Nowakowski-1/+1
2016-08-08kbuild: no gcc-plugins during cc-option testsEmese Revfy-3/+7
2016-07-18Kbuild: don't add obj tree in additional includesArnd Bergmann-1/+1
2016-07-18Kbuild: don't add ../../ to include pathArnd Bergmann-1/+1
2016-05-10kbuild: fix if_change and friends to consider argument orderMasahiro Yamada-6/+5
2016-05-10kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same lineNicolas Pitre-1/+1
2016-04-27kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre-4/+6
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre-0/+27