From: H. Peter Anvin Date: Thu, 4 Sep 2008 13:19:45 +0000 (-0700) Subject: x86: boot/compressed/Makefile: fix "make clean" X-Git-Tag: v2.6.28-rc1~699^2^11~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f16a339787d45f997d67c1a4dea3c357f48e121;p=pandora-kernel.git 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: H. Peter Anvin --- Reading git-diff-tree failed