Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0463f3c7 authored by Dave Jones's avatar Dave Jones Committed by Sam Ravnborg
Browse files

kbuild: fix typo in modpost



Reported by a Fedora user when they tried to build some out of tree module..

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent fb33d816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)))