diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2011-05-10 15:47:16 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-03 09:32:33 +0900 |
commit | 39b4e54266a625a141dac11c7bd22729b00c94d7 (patch) | |
tree | 990abda9b74b31466410217e4cc618aa7e870c65 /scripts/coccinelle/free | |
parent | 817db79f05be31b511c24c2bfc731b934f46262a (diff) |
kbuild: Fix GNU make v3.80 compatibility
commit 43f67c98161c65f1b2e3af3a9ce6741850072c06 upstream.
According to Documentation/Changes, the kernel should be buildable with
GNU make 3.80+. Commit 88d7be031f9f975bb3f50a0b5ef3796a671e7edf (kbuild:
Use a single clean rule for kernel and external modules) introduced the
"$(or" construct, which requires make 3.81. This causes "make clean" to
malfunction when it is used with external modules.
Replace "$(or" with an equivalent "$(if" expression, to restore backward
compatibility.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'scripts/coccinelle/free')
0 files changed, 0 insertions, 0 deletions