提交 88e4d250 编写于 作者: S Sam Ravnborg 提交者: Thomas Gleixner

x86: delete vsyscall files during make clean

make clean failed to delete a few files in
x86/kernel. This is because kbuild does not
see the correct/full kernel/Makefile.

As a workaround until the Makefiles are merged specify
the files to be deleted in the common Makefile.

Reported by Mike Galbraith <efault@gmx.de>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
Cc: Mike Galbraith <efault@gmx.de>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 f8bea58b
...@@ -3,3 +3,7 @@ include ${srctree}/arch/x86/kernel/Makefile_32 ...@@ -3,3 +3,7 @@ include ${srctree}/arch/x86/kernel/Makefile_32
else else
include ${srctree}/arch/x86/kernel/Makefile_64 include ${srctree}/arch/x86/kernel/Makefile_64
endif endif
# Workaround to delete .lds files with make clean
# The problem is that we do not enter Makefile_32 with make clean.
clean-files := vsyscall*.lds vsyscall*.so
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册