aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-114/+105
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-03-05kbuild: remove scripts/basic/% build targetGravatar Masahiro Yamada 1-3/+0
2019-03-04kbuild: use -Werror=implicit-... instead of -Werror-implicit-...Gravatar Luc Van Oostenryck 1-1/+1
2019-03-04kbuild: remove commented-out INITRD_COMPRESSGravatar Masahiro Yamada 1-13/+0
2019-03-03Linux 5.0v5.0Gravatar Linus Torvalds 1-1/+1
2019-02-28kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigGravatar Masahiro Yamada 1-2/+2
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileGravatar Masahiro Yamada 1-2/+8
2019-02-27kbuild: invoke syncconfig if include/config/auto.conf.cmd is missingGravatar Masahiro Yamada 1-2/+5
2019-02-27kbuild: simplify single target rulesGravatar Masahiro Yamada 1-29/+18
2019-02-27kbuild: remove empty rules for makefilesGravatar Masahiro Yamada 1-8/+5
2019-02-27kbuild: make -r/-R effective in top Makefile for old Make versionsGravatar Masahiro Yamada 1-22/+26
2019-02-27kbuild: move tools_silent to a more relevant placeGravatar Masahiro Yamada 1-1/+5
2019-02-27kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigGravatar Masahiro Yamada 1-7/+3
2019-02-27kbuild: hardcode genksyms path and remove GENKSYMS variableGravatar Masahiro Yamada 1-2/+1
2019-02-27kbuild: create symlink to vmlinux-gdb.py in scripts_gdb targetGravatar Masahiro Yamada 1-3/+1
2019-02-27scripts/gdb: do not descend into scripts/gdb from scriptsGravatar Masahiro Yamada 1-1/+1
2019-02-27scripts/gdb: delay generation of gdb constants.pyGravatar Masahiro Yamada 1-0/+11
2019-02-24Linux 5.0-rc8v5.0-rc8Gravatar Linus Torvalds 1-1/+1
2019-02-20kbuild: turn '/' into an alias of './'Gravatar Masahiro Yamada 1-2/+3
2019-02-20kbuild: set KBUILD_MODULES=1 all the time for single target %/Gravatar Masahiro Yamada 1-6/+3
2019-02-20kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LDGravatar Nick Desaulniers 1-1/+1
2019-02-20kbuild: Disable extra debugging info in .s outputGravatar Masahiro Yamada 1-5/+8
2019-02-19kbuild: gitignore output directoryGravatar Vladimir Kondratiev 1-0/+3
2019-02-17Linux 5.0-rc7v5.0-rc7Gravatar Linus Torvalds 1-1/+1
2019-02-11Merge 5.0-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 1-5/+5
2019-02-10Linux 5.0-rc6v5.0-rc6Gravatar Linus Torvalds 1-1/+1
2019-02-03Linux 5.0-rc5v5.0-rc5Gravatar Linus Torvalds 1-1/+1
2019-01-28kbuild: remove meaningless prepare2 targetGravatar Masahiro Yamada 1-7/+3
2019-01-28kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSGravatar Masahiro Yamada 1-3/+3
2019-01-27Linux 5.0-rc4v5.0-rc4Gravatar Linus Torvalds 1-1/+1
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Gravatar Masahiro Yamada 1-1/+1
2019-01-21Linux 5.0-rc3v5.0-rc3Gravatar Linus Torvalds 1-1/+1
2019-01-17kbuild: mark prepare0 as PHONY to fix external module buildGravatar Masahiro Yamada 1-2/+2
2019-01-16kbuild: remove unused archmrproperGravatar Masahiro Yamada 1-2/+2
2019-01-14Linux 5.0-rc2v5.0-rc2Gravatar Linus Torvalds 1-1/+1
2019-01-06Linux 5.0-rc1v5.0-rc1Gravatar Linus Torvalds 1-3/+3
2019-01-06kbuild: remove unnecessary stubs for archheader and archscriptsGravatar Masahiro Yamada 1-5/+1
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesGravatar Masahiro Yamada 1-2/+1
2019-01-06kbuild: change filechk to surround the given command with { }Gravatar Masahiro Yamada 1-3/+3
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-7/+0
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-60/+51
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+10
2018-12-23Linux 4.20v4.20Gravatar Linus Torvalds 1-1/+1
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+2
2018-12-20Merge tag 'kbuild-fixes-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+8
2018-12-20kbuild: fix false positive warning/error about missing libelfGravatar Masahiro Yamada 1-5/+8
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Gravatar Ingo Molnar 1-7/+2
2018-12-16Linux 4.20-rc7v4.20-rc7Gravatar Linus Torvalds 1-1/+1
2018-12-17kbuild: add -Werror=implicit-int flag unconditionallyGravatar Masahiro Yamada 1-4/+1