Skip to content
Commit bd1ee804 authored by Pawel Moll's avatar Pawel Moll Committed by Michal Marek
Browse files

kbuild: Do not remove vmlinux when cleaning external module

Since commit 1f2bfbd0

 "kbuild:
link of vmlinux moved to a script" make clean with M=<dir>
argument (so cleaning external module) removes vmlinux,
System.map and couple of other files from the *main* kernel
build directory! This not what was happening before and almost
certainly not what one would expect.

This patch moves makes the clean target of the script called
only when !KBUILD_EXTMOD.

Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
Cc: stable@vger.kernel.org [v3.5+]
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent fc96b211
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment