summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: use -Werror=implicit-... instead of -Werror-implicit-...Luc Van Oostenryck2019-03-041-1/+1
* kbuild: remove commented-out INITRD_COMPRESSMasahiro Yamada2019-03-041-13/+0Star
* kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigMasahiro Yamada2019-02-281-2/+2
* kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada2019-02-271-2/+8
* kbuild: invoke syncconfig if include/config/auto.conf.cmd is missingMasahiro Yamada2019-02-271-2/+5
* kbuild: simplify single target rulesMasahiro Yamada2019-02-271-29/+18Star
* kbuild: remove empty rules for makefilesMasahiro Yamada2019-02-271-8/+5Star
* kbuild: make -r/-R effective in top Makefile for old Make versionsMasahiro Yamada2019-02-271-22/+26
* kbuild: move tools_silent to a more relevant placeMasahiro Yamada2019-02-271-1/+5
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2019-02-271-7/+3Star
* kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada2019-02-271-2/+1Star
* kbuild: create symlink to vmlinux-gdb.py in scripts_gdb targetMasahiro Yamada2019-02-271-3/+1Star
* scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada2019-02-271-1/+1
* scripts/gdb: delay generation of gdb constants.pyMasahiro Yamada2019-02-271-0/+11
* kbuild: turn '/' into an alias of './'Masahiro Yamada2019-02-201-2/+3
* kbuild: set KBUILD_MODULES=1 all the time for single target %/Masahiro Yamada2019-02-201-6/+3Star
* kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LDNick Desaulniers2019-02-201-1/+1
* kbuild: Disable extra debugging info in .s outputMasahiro Yamada2019-02-201-5/+8
* kbuild: gitignore output directoryVladimir Kondratiev2019-02-191-0/+3
* kbuild: remove meaningless prepare2 targetMasahiro Yamada2019-01-281-7/+3Star
* kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada2019-01-281-3/+3
* Linux 5.0-rc4Linus Torvalds2019-01-281-1/+1
* Linux 5.0-rc3Linus Torvalds2019-01-211-1/+1
* kbuild: mark prepare0 as PHONY to fix external module buildMasahiro Yamada2019-01-171-2/+2
* kbuild: remove unused archmrproperMasahiro Yamada2019-01-161-2/+2
* Linux 5.0-rc2Linus Torvalds2019-01-131-1/+1
* Linux 5.0-rc1Linus Torvalds2019-01-071-3/+3
* kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1Star
* kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-061-2/+1Star
* kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-3/+3
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-7/+0Star
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-60/+51Star
|\
| * kbuild: add -Werror=implicit-int flag unconditionallyMasahiro Yamada2018-12-161-4/+1Star
| * kbuild: add -Werror=strict-prototypes flag unconditionallyMasahiro Yamada2018-12-161-4/+1Star
| * kbuild: add -fno-PIE flag unconditionallyMasahiro Yamada2018-12-161-5/+2Star
| * kbuild: refactor Makefile.asm-genericMasahiro Yamada2018-12-161-4/+4
| * kbuild: exploit parallel building for CONFIG_HEADERS_CHECKMasahiro Yamada2018-12-081-3/+4
| * kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-011-6/+7
| * kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada2018-12-011-1/+1
| * kbuild: make 'archprepare' depend on 'scripts'Masahiro Yamada2018-12-011-17/+15Star
| * kbuild: move modpost out of 'scripts' targetMasahiro Yamada2018-12-011-1/+2
| * kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada2018-12-011-2/+2
| * kbuild: fix single target build for external moduleMasahiro Yamada2018-12-011-8/+3Star
| * kbuild: announce removal of SUBDIRS if usedMasahiro Yamada2018-12-011-0/+4
| * Makefile: Export clang toolchain variablesJoel Stanley2018-11-141-0/+1
| * kbuild: consolidate Clang compiler flagsMasahiro Yamada2018-11-141-7/+6Star
| * kbuild: add -no-integrated-as Clang option unconditionallyMasahiro Yamada2018-11-141-2/+2
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-291-3/+10
|\ \
| * | kbuild: Add support for DT binding schema checksRob Herring2018-12-131-3/+10
| |/
* | Linux 4.20Linus Torvalds2018-12-241-1/+1