提交 0463f3c7 编写于 作者: D Dave Jones 提交者: Sam Ravnborg

kbuild: fix typo in modpost

Reported by a Fedora user when they tried to build some out of tree module..
Signed-off-by: NDave Jones <davej@redhat.com>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 fb33d816
......@@ -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)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册