Skip to content
Commit 7f16a339 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86: boot/compressed/Makefile: fix "make clean"



The Kbuild variable "targets" is supposed to be
configuration-independent and reflect "all possible targets".  This is
required to make "make clean" work properly.

Therefore, move all manipulation of "targets" as well as custom rules
out of the x86-32 ifdef statement.  Only leave inside the ifdefs the
things that are genuinely configuration-dependent.

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent a57a5c2e
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