commit | 7f16a339787d45f997d67c1a4dea3c357f48e121 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Thu Sep 04 06:19:45 2008 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Thu Sep 04 06:19:45 2008 -0700 |
tree | 4ead9c18934661c00711420022c2b92f1b914d6b | |
parent | a57a5c2e8db8d80f460dcad77877895718c9f209 [diff] |
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>