]> git.hungrycats.org Git - linux/commit
x86/build: Clean auto-generated processor feature files
authorBjørn Mork <bjorn@mork.no>
Tue, 23 Dec 2014 11:57:43 +0000 (12:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2015 16:29:39 +0000 (08:29 -0800)
commitbf80baa10a012b3e1b86833f0b5e7cdefe7cbf6b
tree4580fb28659cf9328b2a8d75d32017a044239660
parent7e20e84067aea5c85d61477a37924b73f8b77cfa
x86/build: Clean auto-generated processor feature files

commit 280dbc572357eb50184663fc9e4aaf09c8141e9b upstream.

Commit 9def39be4e96 ("x86: Support compiling out human-friendly
processor feature names") made two source file targets
conditional. Such conditional targets will not be cleaned
automatically by make mrproper.

Fix by adding explicit clean-files targets for the two files.

Fixes: 9def39be4e96 ("x86: Support compiling out human-friendly processor feature names")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Cc: Josh Triplett <josh@joshtriplett.org>
Link: http://lkml.kernel.org/r/1419335863-10608-1-git-send-email-bjorn@mork.no
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/boot/Makefile
arch/x86/kernel/cpu/Makefile