aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-11/+0
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada1-11/+0
2021-09-21kbuild: Enable dtc 'unit_address_format' warning by defaultRob Herring1-1/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+12
2021-09-03kbuild: clean up objtool_args slightlyMasahiro Yamada1-6/+5
2021-09-03kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen1-0/+7
2021-08-23kbuild: Enable dtc 'pci_device_reg' warning by defaultRob Herring1-2/+1
2021-05-06kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada1-1/+1
2021-05-06kbuild: refactor fdtoverlay ruleMasahiro Yamada1-18/+15
2021-05-06kbuild: parameterize the .o part of suffix-searchMasahiro Yamada1-8/+11
2021-05-02kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada1-0/+3
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+8
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-6/+28
2021-04-25kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada1-3/+3
2021-04-25kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada1-5/+5
2021-03-23kbuild: Add generic rule to apply fdtoverlayRob Herring1-2/+24
2021-03-23kbuild: Simplify builds with CONFIG_OF_ALL_DTBSViresh Kumar1-3/+2
2021-03-16kbuild: Enable DT undocumented compatible checksRob Herring1-1/+2
2021-03-11kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada1-1/+1
2021-03-11kbuild: remove unneeded -O option to dtcMasahiro Yamada1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-23/+15
2021-02-24kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada1-12/+0
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+12
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen1-0/+12
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+4
2021-02-16Kbuild: Make composite object searching more genericElliot Berman1-4/+8
2021-02-16kbuild: use always-y instead of extra-yMasahiro Yamada1-5/+5
2021-02-04kbuild: Add support to build overlays (%.dtbo)Viresh Kumar1-0/+5
2021-01-14init: lto: ensure initcall orderingSami Tolvanen1-2/+4
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-0/+2
2020-08-19dt-bindings: Use json for processed-schema*Andrei Ziureaev1-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+20
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada1-0/+11
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-6/+8
2020-07-31init: Add support for zstd compressed kernelNick Terrell1-0/+22
2020-07-07Revert "kbuild: Create directory for target DTB"Masahiro Yamada1-2/+1
2020-06-30dt-bindings: copy process-schema-examples.yaml to process-schema.yamlMasahiro Yamada1-0/+3
2020-06-30scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring1-1/+3
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+3
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+10
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov1-3/+3
2020-06-06kbuild: add variables for compression toolsDenis Efremov1-6/+6
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada1-13/+14
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada1-9/+4
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada1-0/+2
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada1-5/+0
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada1-1/+11
2020-05-12kbuild: determine the output format of DTC by the target suffixMasahiro Yamada1-3/+3
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada1-4/+4
2020-04-23kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada1-1/+1