From: Linus Torvalds Date: Thu, 24 Aug 2017 21:22:27 +0000 (-0700) Subject: Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masah... X-Git-Tag: v4.13-rc7~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7bbf0754b52b7f99deb0c8834f771e2b50157d6;p=platform%2Fkernel%2Flinux-exynos.git Merge tag 'kbuild-fixes-v4.13' of git://git./linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - fix linker script regression caused by dead code elimination support - fix typos and outdated comments - specify kselftest-clean as a PHONY target - fix "make dtbs_install" when $(srctree) includes shell special characters like '~' - Move -fshort-wchar to the global option list because defining it partially emits warnings * tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: update comments of Makefile.asm-generic kbuild: Do not use hyphen in exported variable name Makefile: add kselftest-clean to PHONY target list Kbuild: use -fshort-wchar globally fixdep: trivial: typo fix and correction kbuild: trivial cleanups on the comments kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATION is configured --- f7bbf0754b52b7f99deb0c8834f771e2b50157d6