x86/build: Remove redundant 'clean-files += capflags.c'
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 25 Jun 2019 07:33:11 +0000 (16:33 +0900)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 25 Jun 2019 07:52:06 +0000 (09:52 +0200)
commit87b61864d7ab2aec5c212ff18950d4972f0dfb4e
tree086803269528f28c050f47be6fd7f213b4ef0f76
parentbc53d3d777f81385c1bb08b07bd1c06450ecc2c1
x86/build: Remove redundant 'clean-files += capflags.c'

All the files added to 'targets' are cleaned. Adding the same file to both
'targets' and 'clean-files' is redundant.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Borislav Petkov <bp@alien8.de>
Link: https://lkml.kernel.org/r/20190625073311.18303-1-yamada.masahiro@socionext.com
arch/x86/kernel/cpu/Makefile