diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-28 14:01:57 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-28 14:01:57 -0400 |
| commit | 25a5d23b47994cdb451dcd2bc8ac310a1492f71b (patch) | |
| tree | 0f541556bb28c6bff38a7d6c9a40f3f66cc37ec1 /scripts | |
| parent | a7d3e63f840c26e52f65d36de470d0b116014240 (diff) | |
| parent | bb3f38c3c5b759163e09b9152629cc789731de47 (diff) | |
Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild fixes from Masahiro Yamada:
- fix O= building on dash
- remove unused dependency in Makefile
- fix default of a choice in Kconfig
- fix typos and documentation style
- fix command options unrecognized by sparse
* tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
kbuild: clang: fix build failures with sparse check
kbuild doc: a bundle of fixes on makefiles.txt
Makefile: kselftest: fix grammar typo
kbuild: Fix optimization level choice default
kbuild: drop unused symverfile in Makefile.modpost
kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.modpost | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 16923ba4b5b1..756d14f0d763 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost | |||
| @@ -97,7 +97,6 @@ vmlinux.o: FORCE | |||
| 97 | $(call cmd,kernel-mod) | 97 | $(call cmd,kernel-mod) |
| 98 | 98 | ||
| 99 | # Declare generated files as targets for modpost | 99 | # Declare generated files as targets for modpost |
| 100 | $(symverfile): __modpost ; | ||
| 101 | $(modules:.ko=.mod.c): __modpost ; | 100 | $(modules:.ko=.mod.c): __modpost ; |
| 102 | 101 | ||
| 103 | 102 | ||
