Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: ensure mrproper removes .old_version
If the final linking of vmlinux fails, the file .old_version are left behind. This patch ensures the mrproper target will remove it if present. Signed-off-by: Tore Anderson <tore@fud.no> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
- Loading branch information