]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: boot/compressed/Makefile: fix "make clean"
authorH. Peter Anvin <hpa@zytor.com>
Thu, 4 Sep 2008 13:19:45 +0000 (06:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 4 Sep 2008 13:19:45 +0000 (06:19 -0700)
commit7f16a339787d45f997d67c1a4dea3c357f48e121
tree4ead9c18934661c00711420022c2b92f1b914d6b
parenta57a5c2e8db8d80f460dcad77877895718c9f209
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 <hpa@zytor.com>
arch/x86/boot/compressed/Makefile