Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1738987

[PATCH] kbuild: drop unused symverfile in Makefile.modpost

From Cao jin <caoj.fnst@cn.fujitsu.com>
Newsgroups linux.kernel
Subject [PATCH] kbuild: drop unused symverfile in Makefile.modpost
Date 2017-09-25 14:30 +0200
Message-ID <utAGl-6ix-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] kbuild: drop unused symverfile in Makefile.modpost Cao jin <caoj.fnst@cn.fujitsu.com> - 2017-09-25 14:30 +0200

csiph-web