]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/vdso: Teach 'make clean' to remove generated vdso-image-*.c files
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 27 Mar 2015 18:48:18 +0000 (11:48 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 31 Mar 2015 08:45:15 +0000 (10:45 +0200)
commitef37507d99ab29c253de3c55e7ee9fa4f6d50834
tree7b9d4876154a3c3162446873f578157575ca585d
parente7d6eefaaa443130079d73cd05039d90b3db7a4a
x86/vdso: Teach 'make clean' to remove generated vdso-image-*.c files

After 'make clean' the following files were left in arch/x86/vdso/:

  vdso-image-32-int80.c
  vdso-image-32-syscall.c
  vdso-image-32-sysenter.c

These file are generated during the build process and are present
in .gitignore, so remove them.

Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Link: http://lkml.kernel.org/r/f85bb7ef6f8c6f6aa4bf422348018c84321454f8.1427482099.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/vdso/Makefile