Commit 2299d0a3 authored by Sam Ravnborg's avatar Sam Ravnborg

kbuild: Nicer printout when Module.symvers is missing

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 38759db6
......@@ -1098,8 +1098,8 @@ crmodverdir:
$(objtree)/Module.symvers:
@test -e $(objtree)/Module.symvers || ( \
echo; \
echo "WARNING: Symbol version dump $(objtree)/Module.symvers is " \
"missing; modules will have no dependencies and modversions."; \
echo " WARNING: Symbol version dump $(objtree)/Module.symvers"; \
echo " is missing; modules will have no dependencies and modversions."; \
echo )
module-dirs := $(addprefix _module_,$(KBUILD_EXTMOD))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment