* typo in modpost
@ 2006-07-13 4:44 Dave Jones
2006-07-13 18:23 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2006-07-13 4:44 UTC (permalink / raw)
To: sam; +Cc: Linux Kernel
Reported by a Fedora user when they tried to build some out of tree module..
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6/scripts/Makefile.modpost~ 2006-07-13 00:39:18.000000000 -0400
+++ linux-2.6/scripts/Makefile.modpost 2006-07-13 00:39:22.000000000 -0400
@@ -40,7 +40,7 @@ include scripts/Kbuild.include
include scripts/Makefile.lib
kernelsymfile := $(objtree)/Module.symvers
-modulesymfile := $(KBUILD_EXTMOD)/Modules.symvers
+modulesymfile := $(KBUILD_EXTMOD)/Module.symvers
# Step 1), find all modules listed in $(MODVERDIR)/
__modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-13 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13 4:44 typo in modpost Dave Jones
2006-07-13 18:23 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox