aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-11Linux 5.14-rc1Linus Torvalds1-2/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-75/+55
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2021-06-27Linux 5.13Linus Torvalds1-1/+1
2021-06-20Linux 5.13-rc7Linus Torvalds1-2/+2
2021-06-17kbuild: remove trailing slashes from $(KBUILD_EXTMOD)Masahiro Yamada1-0/+5
2021-06-16Merge tag 'clang-features-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+4
2021-06-14Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0Tor Vic1-1/+4
2021-06-13Linux 5.13-rc6Linus Torvalds1-1/+1
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers1-1/+1
2021-06-06Linux 5.13-rc5Linus Torvalds1-1/+1
2021-05-30Linux 5.13-rc4Linus Torvalds1-1/+1
2021-05-28Merge tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+5
2021-05-27kbuild: merge scripts/mkmakefile to top MakefileMasahiro Yamada1-2/+9
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-1/+1
2021-05-24Makefile: LTO: have linker check -Wframe-larger-thanNick Desaulniers1-0/+5
2021-05-24kbuild: remove libelf checks from top MakefileMasahiro Yamada1-56/+22
2021-05-24kbuild: hide tools/ build targets from external module buildsMasahiro Yamada1-14/+16
2021-05-24Makefile: extend 32B aligned debug option to 64B alignedFeng Tang1-2/+2
2021-05-23Linux 5.13-rc3Linus Torvalds1-1/+1
2021-05-16Linux 5.13-rc2Linus Torvalds1-1/+1
2021-05-09Linux 5.13-rc1Linus Torvalds1-2/+2
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-29/+13
2021-05-06kbuild: remove the unneeded comments for external module buildsMasahiro Yamada1-11/+1
2021-05-06kbuild: make distclean remove tag files in sub-directoriesMasahiro Yamada1-7/+2
2021-05-06kbuild: make distclean work against $(objtree) instead of $(srctree)Masahiro Yamada1-1/+1
2021-05-03kbuild: remove ARCH=sh64 support from top MakefileMasahiro Yamada1-5/+0
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-3/+3
2021-05-02Makefile: Move -Wno-unused-but-set-variable out of GCC only blockNathan Chancellor1-4/+4
2021-05-02kbuild: add a script to remove stale generated filesMasahiro Yamada1-1/+5
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+5
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-127/+103
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+17
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2021-04-25Linux 5.12Linus Torvalds1-1/+1
2021-04-25kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' testNathan Chancellor1-1/+1
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada1-16/+20
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada1-32/+0
2021-04-25kbuild: refactor scripts/Makefile.modinstMasahiro Yamada1-1/+1
2021-04-25kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada1-10/+10
2021-04-25kbuild: check module name conflict for external modules as wellMasahiro Yamada1-5/+5
2021-04-25kbuild: show the target directory for depmod logMasahiro Yamada1-1/+1
2021-04-25kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada1-49/+36
2021-04-25kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada1-2/+0
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada1-1/+1
2021-04-25kbuild: check the minimum assembler version in KconfigMasahiro Yamada1-1/+3
2021-04-25kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada1-1/+1
2021-04-25Makefile: Only specify '--prefix=' when building with clang + GNU asNathan Chancellor1-2/+2
2021-04-25Makefile: Remove '--gcc-toolchain' flagNathan Chancellor1-4/+0
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes1-1/+1