summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-061-1/+1
* kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-041-6/+5
* kbuild: remove ARCH_{CPP,A,C}FLAGSMasahiro Yamada2019-09-041-10/+4
* kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada2019-09-041-4/+6
* kbuild: Do not enable -Wimplicit-fallthrough for clang for nowNathan Chancellor2019-08-301-3/+5
* kbuild: check clean srctree even earlierMasahiro Yamada2019-08-291-3/+3
* kbuild: remove prepare3 targetMasahiro Yamada2019-08-291-6/+4
* kbuild: move the clean srctree check to the outputmakefile targetMasahiro Yamada2019-08-291-14/+10
* kbuild: clarify where to run make mrproper when out-of-tree failsMasahiro Yamada2019-08-291-2/+4
* kbuild: Inform user to pass ARCH= for make mrproper only when necessaryMasahiro Yamada2019-08-291-1/+1
* kbuild: remove 'Using ... as source for kernel' messageMasahiro Yamada2019-08-291-1/+0
* kbuild: remove unneeded dependency for $(DOC_TARGETS)Masahiro Yamada2019-08-291-1/+1
* kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada2019-08-251-1/+1
* kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2019-08-251-5/+3
* kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada2019-08-251-2/+4
* kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-221-2/+0
* kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+2
* kbuild: make single targets work more correctlyMasahiro Yamada2019-08-211-31/+50
* kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada2019-08-211-10/+8
* kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada2019-08-211-22/+21
* kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada2019-08-211-23/+23
* kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada2019-08-211-1/+1
* kbuild: remove 'make /' supportMasahiro Yamada2019-08-151-5/+4
* kbuild: move the Module.symvers check for external module buildMasahiro Yamada2019-08-151-2/+2
* Linux 5.3-rc4v5.3-rc4Linus Torvalds2019-08-111-1/+1
* Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches2019-08-101-1/+1
* Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-091-1/+12
|\
| * kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada2019-08-101-1/+1
| * kbuild: revive single target %.koMasahiro Yamada2019-08-101-0/+11
* | kbuild: add OBJSIZE variable for the size toolVasily Gorbik2019-08-081-3/+4
|/
* Linux 5.3-rc3v5.3-rc3Linus Torvalds2019-08-041-1/+1
* kbuild: initialize CLANG_FLAGS correctly in the top MakefileMasahiro Yamada2019-07-311-1/+2
* Linux 5.3-rc2v5.3-rc2Linus Torvalds2019-07-281-1/+1
* Makefile: Globally enable fall-through warningGustavo A. R. Silva2019-07-251-0/+3
* Linus 5.3-rc1v5.3-rc1Linus Torvalds2019-07-211-2/+2
* kbuild: add -fcf-protection=none when using retpoline flagsSeth Forshee2019-07-201-0/+6
* kbuild: remove 'prepare1' targetMasahiro Yamada2019-07-181-5/+3
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-17/+3
* kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-181-2/+0
* kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada2019-07-171-2/+2
* kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada2019-07-171-2/+2
* kbuild: remove tag files by distclean instead of mrproperMasahiro Yamada2019-07-171-1/+10
* kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-4/+2
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-51/+66
|\
| * kbuild: Inform user to pass ARCH= for make mrproperGeert Uytterhoeven2019-07-111-1/+1
| * kbuild: add a flag to force absolute path for srctreeMasahiro Yamada2019-07-111-0/+4
| * kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-111-11/+8
| * kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-111-6/+3
| * kbuild: compile-test kernel headers to ensure they are self-containedMasahiro Yamada2019-07-091-0/+1
| * kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-091-1/+0