linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: drop unused symverfile in Makefile.modpost
@ 2017-09-25 12:25 Cao jin
  2017-10-05 20:03 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2017-09-25 12:25 UTC (permalink / raw)
  To: linux-kbuild, linux-kernel; +Cc: yamada.masahiro, mmarek

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-05 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-25 12:25 [PATCH] kbuild: drop unused symverfile in Makefile.modpost Cao jin
2017-10-05 20:03 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).