summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2019-08-29kbuild: check clean srctree even earlierMasahiro Yamada-3/+3
2019-08-29kbuild: remove prepare3 targetMasahiro Yamada-6/+4
2019-08-29kbuild: move the clean srctree check to the outputmakefile targetMasahiro Yamada-14/+10
2019-08-29kbuild: clarify where to run make mrproper when out-of-tree failsMasahiro Yamada-2/+4
2019-08-29kbuild: Inform user to pass ARCH= for make mrproper only when necessaryMasahiro Yamada-1/+1
2019-08-29kbuild: remove 'Using ... as source for kernel' messageMasahiro Yamada-1/+0
2019-08-29kbuild: remove unneeded dependency for $(DOC_TARGETS)Masahiro Yamada-1/+1
2019-08-25Linux 5.3-rc6v5.3-rc6Linus Torvalds-1/+1
2019-08-25kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada-1/+1
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada-5/+3
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada-2/+4
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada-2/+0
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada-1/+2
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada-31/+50
2019-08-21kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada-10/+8
2019-08-21kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada-22/+21
2019-08-21kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada-23/+23
2019-08-21kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada-1/+1
2019-08-18Linux 5.3-rc5v5.3-rc5Linus Torvalds-1/+1
2019-08-15kbuild: remove 'make /' supportMasahiro Yamada-5/+4
2019-08-15kbuild: move the Module.symvers check for external module buildMasahiro Yamada-2/+2
2019-08-13devicetree: Expose dtbs_check and dt_binding_check some moreStephen Boyd-2/+4
2019-08-11Linux 5.3-rc4v5.3-rc4Linus Torvalds-1/+1
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches-1/+1
2019-08-09Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+12
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada-1/+1
2019-08-10kbuild: revive single target %.koMasahiro Yamada-0/+11
2019-08-08kbuild: add OBJSIZE variable for the size toolVasily Gorbik-3/+4
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne-0/+4
2019-08-04Linux 5.3-rc3v5.3-rc3Linus Torvalds-1/+1
2019-07-31kbuild: initialize CLANG_FLAGS correctly in the top MakefileMasahiro Yamada-1/+2
2019-07-28Linux 5.3-rc2v5.3-rc2Linus Torvalds-1/+1
2019-07-25Makefile: Globally enable fall-through warningGustavo A. R. Silva-0/+3
2019-07-21Linus 5.3-rc1v5.3-rc1Linus Torvalds-2/+2
2019-07-20kbuild: add -fcf-protection=none when using retpoline flagsSeth Forshee-0/+6
2019-07-18kbuild: remove 'prepare1' targetMasahiro Yamada-5/+3
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada-17/+3
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada-2/+0
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada-2/+2
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada-2/+2
2019-07-17kbuild: remove tag files by distclean instead of mrproperMasahiro Yamada-1/+10
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada-4/+2
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-51/+66
2019-07-11kbuild: Inform user to pass ARCH= for make mrproperGeert Uytterhoeven-1/+1
2019-07-11kbuild: add a flag to force absolute path for srctreeMasahiro Yamada-0/+4
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada-11/+8
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada-6/+3
2019-07-09kbuild: compile-test kernel headers to ensure they are self-containedMasahiro Yamada-0/+1
2019-07-09kbuild: do not create wrappers for header-test-yMasahiro Yamada-1/+0
2019-07-08kbuild: compile-test exported headers to ensure they are self-containedMasahiro Yamada-1/+1