Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1738987 > unrolled thread
| Started by | Cao jin <caoj.fnst@cn.fujitsu.com> |
|---|---|
| First post | 2017-09-25 14:30 +0200 |
| Last post | 2017-09-25 14:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] kbuild: drop unused symverfile in Makefile.modpost Cao jin <caoj.fnst@cn.fujitsu.com> - 2017-09-25 14:30 +0200
| From | Cao jin <caoj.fnst@cn.fujitsu.com> |
|---|---|
| Date | 2017-09-25 14:30 +0200 |
| Subject | [PATCH] kbuild: drop unused symverfile in Makefile.modpost |
| Message-ID | <utAGl-6ix-15@gated-at.bofh.it> |
Since commit 040fcc819, symverfile has been replaced with kernelsymfile and modulesymfile. Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> --- scripts/Makefile.modpost | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 16923ba..756d14f 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -97,7 +97,6 @@ vmlinux.o: FORCE $(call cmd,kernel-mod) # Declare generated files as targets for modpost -$(symverfile): __modpost ; $(modules:.ko=.mod.c): __modpost ; -- 2.1.0
Back to top | Article view | linux.kernel
csiph-web