提交 50aa88e2 编写于 作者: T Tore Anderson 提交者: Sam Ravnborg

kbuild: ensure mrproper removes .old_version

If the final linking of vmlinux fails, the file .old_version are left
behind.  This patch ensures the mrproper target will remove it if
present.
Signed-off-by: NTore Anderson <tore@fud.no>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 24d49756
......@@ -984,7 +984,7 @@ CLEAN_FILES += vmlinux System.map \
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include2
MRPROPER_FILES += .config .config.old include/asm .version \
MRPROPER_FILES += .config .config.old include/asm .version .old_version \
include/linux/autoconf.h include/linux/version.h \
Module.symvers tags TAGS cscope*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册