x86/boot/build: Add cpustr.h to targets and remove clean-files
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Feb 2020 06:32:41 +0000 (15:32 +0900)
committerBorislav Petkov <bp@suse.de>
Tue, 21 Apr 2020 08:17:29 +0000 (10:17 +0200)
commite3c7c1052271260955affbe65c4f328286fbe5fb
tree77479765ccb3c6bf4927d3f20d3a8443f753acf1
parentae83d0b416db002fe95601e7f97f64b59514d936
x86/boot/build: Add cpustr.h to targets and remove clean-files

Files in $(targets) are always cleaned up. Move the 'targets' assignment
out of the ifdef and remove 'clean-files'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200215063241.7437-1-masahiroy@kernel.org
arch/x86/boot/Makefile