From: sam@ravnborg.org
To: linux-kernel@vger.kernel.org
Cc: Dave Jones <davej@redhat.com>, Sam Ravnborg <sam@ravnborg.org>
Subject: [PATCH] kbuild: fix typo in modpost
Date: Sat, 29 Jul 2006 09:19:37 +0200 [thread overview]
Message-ID: <11541575813138-git-send-email-sam@ravnborg.org> (raw)
In-Reply-To: <1154157581409-git-send-email-sam@ravnborg.org>
From: Dave Jones <davej@redhat.com>
Reported by a Fedora user when they tried to build some out of tree module..
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
scripts/Makefile.modpost | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index a495502..0a64688 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -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)))
--
1.4.1.rc2.gfc04
next prev parent reply other threads:[~2006-07-29 7:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-29 7:15 [PATCH 0/18] kbuild fixes Sam Ravnborg
2006-07-29 7:19 ` [PATCH] kbuild: hardcode value of YACC&LEX for aic7-triple-x sam
2006-07-29 7:19 ` [PATCH] kbuild: version.h and new headers_* targets does not require a kernel config sam
2006-07-29 7:19 ` [PATCH] kbuild: .gitignore utsrelease.h sam
2006-07-29 7:19 ` [PATCH] kbuild: improve error from file2alias sam
2006-07-29 7:19 ` sam [this message]
2006-07-29 7:19 ` [PATCH] kbuild: -fno-stack-protector is not good sam
2006-07-29 7:19 ` [PATCH] kconfig: correct oldconfig for unset choice options sam
2006-07-29 7:19 ` [PATCH] kconfig: support DOS line endings sam
2006-07-29 7:19 ` [PATCH] kbuild: consistently decide when to rebuild a target sam
2006-07-29 9:07 ` [PATCH] kbuild: hardcode value of YACC&LEX for aic7-triple-x Alexey Dobriyan
2006-07-30 19:31 ` Sam Ravnborg
2006-08-01 22:00 ` H. Peter Anvin
2006-08-01 22:00 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11541575813138-git-send-email-sam@ravnborg.org \
--to=sam@ravnborg.org \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.