diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2011-05-10 15:47:16 -0700 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-05-11 13:35:35 +0200 |
commit | 43f67c98161c65f1b2e3af3a9ce6741850072c06 (patch) | |
tree | 8da16afade0da20113b41ff154736a62f837f94d /drivers/ata/pata_pdc2027x.c | |
parent | 8417da6f2128008c431c7d130af6cd3d9079922e (diff) |
kbuild: Fix GNU make v3.80 compatibility
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>
Cc: stable@kernel.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
0 files changed, 0 insertions, 0 deletions