kbuild: avoid stale modules in $(MODVERDIR) for external modules
To avoid stale modules located in $(MODVERDIR) aka .tmp_versions/ always delete the directory when building an external module. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
8999257c29
commit
fb3cbd2e57
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1126,6 +1126,7 @@ else # KBUILD_EXTMOD
|
|||
KBUILD_MODULES := 1
|
||||
.PHONY: crmodverdir
|
||||
crmodverdir:
|
||||
$(Q)rm -rf $(MODVERDIR)
|
||||
$(Q)mkdir -p $(MODVERDIR)
|
||||
|
||||
.PHONY: $(objtree)/Module.symvers
|
||||
|
|
Loading…
Add table
Reference in a new issue