aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
AgeCommit message (Expand)Author
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-25kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada
2021-04-25kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada
2021-03-23kbuild: Add generic rule to apply fdtoverlayRob Herring
2021-03-23kbuild: Simplify builds with CONFIG_OF_ALL_DTBSViresh Kumar
2021-03-16kbuild: Enable DT undocumented compatible checksRob Herring
2021-03-11kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada
2021-03-11kbuild: remove unneeded -O option to dtcMasahiro Yamada
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-16Kbuild: Make composite object searching more genericElliot Berman
2021-02-16kbuild: use always-y instead of extra-yMasahiro Yamada
2021-02-04kbuild: Add support to build overlays (%.dtbo)Viresh Kumar
2021-01-14init: lto: ensure initcall orderingSami Tolvanen
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-08-19dt-bindings: Use json for processed-schema*Andrei Ziureaev
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada
2020-07-31init: Add support for zstd compressed kernelNick Terrell
2020-07-07Revert "kbuild: Create directory for target DTB"Masahiro Yamada
2020-06-30dt-bindings: copy process-schema-examples.yaml to process-schema.yamlMasahiro Yamada
2020-06-30scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov
2020-06-06kbuild: add variables for compression toolsDenis Efremov
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada
2020-05-12kbuild: determine the output format of DTC by the target suffixMasahiro Yamada
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada
2020-04-23kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-03-03kbuild: Always validate DT binding examplesRob Herring
2020-02-27kbuild: remove unneeded semicolon at the end of cmd_dtb_checkMasahiro Yamada
2020-02-27kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-07kbuild: pass KBUILD_MODFILE when compiling builtin objectsMasahiro Yamada
2020-01-07kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada
2020-01-07kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver